Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dcoda-bit.c560 coda_free_aux_buf(dev, &ctx->slicebuf); in coda_free_context_buffers()
584 if (!ctx->slicebuf.vaddr && q_data->fourcc == V4L2_PIX_FMT_H264) { in coda_alloc_context_buffers()
588 ret = coda_alloc_context_buf(ctx, &ctx->slicebuf, size, in coda_alloc_context_buffers()
2090 coda_write(dev, ctx->slicebuf.paddr, in __coda_start_decoding()
2092 coda_write(dev, ctx->slicebuf.size / 1024, in __coda_start_decoding()
2325 ctx->slicebuf.size); in coda_finish_decode()
H A Dcoda.h257 struct coda_aux_buf slicebuf; member