Home
last modified time | relevance | path

Searched refs:internal_frames (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/media/platform/coda/
Dcoda-bit.c472 coda_free_aux_buf(ctx->dev, &ctx->internal_frames[i].buf); in coda_free_framebuffers()
512 ret = coda_alloc_context_buf(ctx, &ctx->internal_frames[i].buf, in coda_alloc_framebuffers()
526 y = ctx->internal_frames[i].buf.paddr; in coda_alloc_framebuffers()
1363 coda_write(dev, ctx->internal_frames[2].buf.paddr, in coda_start_encoding()
1365 coda_write(dev, ctx->internal_frames[3].buf.paddr, in coda_start_encoding()
2172 ctx->internal_frames[ctx->display_idx].buf.paddr); in coda_prepare_decode()
2407 decoded_frame = &ctx->internal_frames[decoded_idx]; in coda_finish_decode()
2474 ready_frame = &ctx->internal_frames[ctx->display_idx]; in coda_finish_decode()
Dcoda.h258 struct coda_internal_frame internal_frames[CODA_MAX_FRAMEBUFFERS]; member