Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/coda/
Dcoda-bit.c326 coda_free_aux_buf(ctx->dev, &ctx->internal_frames[i]); in coda_free_framebuffers()
359 ret = coda_alloc_context_buf(ctx, &ctx->internal_frames[i], in coda_alloc_framebuffers()
370 paddr = ctx->internal_frames[i].paddr; in coda_alloc_framebuffers()
380 ctx->internal_frames[i].paddr + in coda_alloc_framebuffers()
387 coda_parabuf_write(ctx, 97, ctx->internal_frames[i].paddr + in coda_alloc_framebuffers()
1040 coda_write(dev, ctx->internal_frames[2].paddr, in coda_start_encoding()
1042 coda_write(dev, ctx->internal_frames[3].paddr, in coda_start_encoding()
Dcoda.h225 struct coda_aux_buf internal_frames[CODA_MAX_FRAMEBUFFERS]; member