Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/chips-media/coda/
Dcoda-bit.c474 coda_free_aux_buf(ctx->dev, &ctx->internal_frames[i].buf); in coda_free_framebuffers()
514 ret = coda_alloc_context_buf(ctx, &ctx->internal_frames[i].buf, in coda_alloc_framebuffers()
528 y = ctx->internal_frames[i].buf.paddr; in coda_alloc_framebuffers()
1371 coda_write(dev, ctx->internal_frames[2].buf.paddr, in coda_start_encoding()
1373 coda_write(dev, ctx->internal_frames[3].buf.paddr, in coda_start_encoding()
2208 ctx->internal_frames[ctx->display_idx].buf.paddr); in coda_prepare_decode()
2448 decoded_frame = &ctx->internal_frames[decoded_idx]; in coda_finish_decode()
2517 ready_frame = &ctx->internal_frames[ctx->display_idx]; in coda_finish_decode()
Dcoda.h268 struct coda_internal_frame internal_frames[CODA_MAX_FRAMEBUFFERS]; member