Searched refs:finish_run (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda.h209 void (*finish_run)(struct coda_ctx *ctx); member in struct:coda_context_ops
289 * wakeup mutex used to serialize encoder stop command and finish_run,
290 * ensures that finish_run always either flags the last returned buffer
H A Dcoda-jpeg.c1302 .finish_run = coda9_jpeg_finish_encode,
1502 .finish_run = coda9_jpeg_finish_decode,
H A Dcoda-bit.c1756 .finish_run = coda_finish_encode,
2627 .finish_run = coda_finish_decode,
H A Dcoda-common.c1137 * that decoder finish_run will see the last flag and report it
1553 ctx->ops->finish_run(ctx);

Completed in 609 milliseconds