Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/coda/
Dcoda-bit.c343 coda_free_aux_buf(ctx->dev, &ctx->internal_frames[i]); in coda_free_framebuffers()
378 ret = coda_alloc_context_buf(ctx, &ctx->internal_frames[i], in coda_alloc_framebuffers()
392 y = ctx->internal_frames[i].paddr; in coda_alloc_framebuffers()
411 ctx->internal_frames[i].paddr + in coda_alloc_framebuffers()
418 coda_parabuf_write(ctx, 97, ctx->internal_frames[0].paddr + in coda_alloc_framebuffers()
1107 coda_write(dev, ctx->internal_frames[2].paddr, in coda_start_encoding()
1109 coda_write(dev, ctx->internal_frames[3].paddr, in coda_start_encoding()
Dcoda.h220 struct coda_aux_buf internal_frames[CODA_MAX_FRAMEBUFFERS]; member