/Linux-v4.19/drivers/media/platform/rockchip/rga/ |
D | rga-buf.c | 77 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in rga_buf_return_buffers()
|
D | rga.c | 82 dst = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in rga_isr()
|
/Linux-v4.19/include/media/ |
D | v4l2-mem2mem.h | 569 static inline void *v4l2_m2m_dst_buf_remove(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_dst_buf_remove() function
|
/Linux-v4.19/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 79 dst_vb = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in __gsc_m2m_cleanup_queue() 103 dst_vb = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in gsc_m2m_job_finish()
|
/Linux-v4.19/drivers/media/platform/mtk-jpeg/ |
D | mtk_jpeg_core.c | 711 return v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in mtk_jpeg_buf_remove() 851 v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in mtk_jpeg_device_run() 940 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in mtk_jpeg_dec_irq()
|
/Linux-v4.19/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_enc.c | 896 while ((dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx))) { in vb2ops_venc_stop_streaming() 945 dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_venc_encode_header() 1081 dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_venc_worker()
|
D | mtk_vcodec_dec.c | 378 dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_vdec_worker() 440 dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_vdec_worker() 1325 while ((dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx))) { in vb2ops_vdec_stop_streaming()
|
/Linux-v4.19/drivers/media/platform/sti/hva/ |
D | hva-v4l2.c | 820 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in hva_run_work() 1054 while ((vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in hva_start_streaming() 1082 while ((vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in hva_stop_streaming()
|
/Linux-v4.19/drivers/media/platform/ |
D | rcar_jpu.c | 1172 vb = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in jpu_stop_streaming() 1339 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in jpu_cleanup() 1534 dst_buf = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in jpu_irq_handler()
|
D | vim2m.c | 409 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in device_isr() 812 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in vim2m_stop_streaming()
|
D | mx2_emmaprp.c | 361 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->m2m_ctx); in emmaprp_irq()
|
D | rcar_fdp1.c | 1214 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in fdp1_prepare_job() 1973 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in fdp1_stop_streaming()
|
D | m2m-deinterlace.c | 193 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->m2m_ctx); in dma_callback()
|
D | sh_veu.c | 1087 dst = v4l2_m2m_dst_buf_remove(veu->m2m_ctx); in sh_veu_isr()
|
/Linux-v4.19/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_m2m.c | 427 return v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_mdp_m2m_buf_remove() 506 dst_vb = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_mdp_process_done()
|
/Linux-v4.19/drivers/media/platform/sti/bdisp/ |
D | bdisp-v4l2.c | 191 dst_vb = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in bdisp_job_finish() 511 while ((buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in bdisp_start_streaming()
|
/Linux-v4.19/drivers/media/platform/coda/ |
D | coda-bit.c | 1488 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda_finish_encode() 2211 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda_finish_decode() 2273 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda_decode_timeout()
|
D | coda-common.c | 1680 while ((buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in coda_start_streaming() 1715 while ((buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in coda_stop_streaming()
|
/Linux-v4.19/drivers/media/platform/vicodec/ |
D | vicodec-core.c | 360 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in device_run() 1108 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in vicodec_return_bufs()
|
/Linux-v4.19/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 2701 dst_buf = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in s5p_jpeg_irq() 2758 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in exynos4_jpeg_irq() 2864 dst_buf = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in exynos3250_jpeg_irq()
|
/Linux-v4.19/drivers/media/platform/exynos4-is/ |
D | fimc-m2m.c | 51 dst_vb = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in fimc_m2m_job_finish()
|
/Linux-v4.19/drivers/media/platform/s5p-g2d/ |
D | g2d.c | 539 dst = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in g2d_isr()
|
/Linux-v4.19/drivers/media/platform/qcom/venus/ |
D | helpers.c | 1001 while ((buf = v4l2_m2m_dst_buf_remove(inst->m2m_ctx))) in venus_helper_buffers_done()
|
/Linux-v4.19/drivers/media/platform/ti-vpe/ |
D | vpe.c | 1208 ctx->dst_vb = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in device_run() 2105 vb = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in vpe_return_all_buffers()
|
/Linux-v4.19/drivers/media/platform/sti/delta/ |
D | delta-v4l2.c | 1248 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in delta_get_free_frame()
|