Home
last modified time | relevance | path

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

/Linux-v5.4/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()
1358 coda_write(dev, ctx->internal_frames[2].buf.paddr, in coda_start_encoding()
1360 coda_write(dev, ctx->internal_frames[3].buf.paddr, in coda_start_encoding()
2164 ctx->internal_frames[ctx->display_idx].buf.paddr); in coda_prepare_decode()
2391 decoded_frame = &ctx->internal_frames[decoded_idx]; in coda_finish_decode()
2458 ready_frame = &ctx->internal_frames[ctx->display_idx]; in coda_finish_decode()
Dcoda.h250 struct coda_internal_frame internal_frames[CODA_MAX_FRAMEBUFFERS]; member