/linux/drivers/media/platform/qcom/iris/ |
H A D | iris_utils.c | 50 while ((buf = v4l2_m2m_dst_buf_remove(m2m_ctx))) in iris_helper_buffers_done()
|
/linux/drivers/staging/media/imx/ |
H A D | imx-media-csc-scaler.c | 97 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in ipu_ic_pp_complete() 143 v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in device_run() 542 while ((buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in ipu_csc_scaler_start_streaming() 566 while ((buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in ipu_csc_scaler_stop_streaming()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-mem2mem.c | 344 v4l2_m2m_dst_buf_remove(m2m_ctx); in __v4l2_m2m_try_queue() 525 v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_m2m_buf_done_and_job_finish() 670 next_dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_update_last_buf_state() 719 next_dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in v4l2_m2m_update_stop_streaming_state() 1604 v4l2_m2m_dst_buf_remove(fh->m2m_ctx); in v4l2_m2m_ioctl_stateless_decoder_cmd()
|
/linux/drivers/media/platform/rockchip/rga/ |
H A D | rga-buf.c | 186 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in rga_buf_return_buffers()
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateful.c | 327 dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_vdec_worker() 388 dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_vdec_worker()
|
/linux/drivers/media/platform/chips-media/wave5/ |
H A D | wave5-helper.c | 215 vbuf = v4l2_m2m_dst_buf_remove(m2m_ctx); in wave5_return_bufs()
|
H A D | wave5-vpu-enc.c | 215 dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in start_encode() 286 dst_buf = v4l2_m2m_dst_buf_remove(m2m_ctx); in wave5_vpu_enc_finish_encode() 1421 while ((buf = v4l2_m2m_dst_buf_remove(m2m_ctx))) { in streamoff_capture()
|
/linux/drivers/media/platform/st/stm32/dma2d/ |
H A D | dma2d.c | 175 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in dma2d_stop_streaming() 531 dst = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in dma2d_isr()
|
/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-m2m.c | 73 dst_vb = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in __gsc_m2m_cleanup_queue() 97 dst_vb = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in gsc_m2m_job_finish()
|
/linux/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-m2m.c | 109 dst_vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in mxc_isi_m2m_frame_write_done() 260 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in mxc_isi_m2m_vb2_stop_streaming()
|
/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-m2m.c | 50 v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mdp_m2m_process_done() 187 v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mdp_m2m_buf_remove()
|
/linux/drivers/media/platform/chips-media/coda/ |
H A D | coda-jpeg.c | 1226 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda9_jpeg_finish_encode() 1359 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda9_jpeg_prepare_decode() 1466 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda9_jpeg_finish_decode()
|
/linux/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | sun8i_rotate.c | 160 buffer = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in rotate_irq() 483 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in rotate_queue_cleanup()
|
/linux/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | mtk_vcodec_enc.c | 942 while ((dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx))) { in vb2ops_venc_stop_streaming() 1024 dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_venc_encode_header() 1150 dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_venc_worker()
|
/linux/drivers/media/platform/renesas/ |
H A D | rcar_jpu.c | 1158 vb = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in jpu_stop_streaming() 1323 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in jpu_cleanup() 1518 dst_buf = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in jpu_irq_handler()
|
/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva-v4l2.c | 819 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in hva_run_work() 1053 while ((vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in hva_start_streaming() 1081 while ((vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in hva_stop_streaming()
|
/linux/drivers/media/platform/amlogic/meson-ge2d/ |
H A D | ge2d.c | 302 dst = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in ge2d_isr() 381 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in ge2d_stop_streaming()
|
/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_video.c | 481 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in cedrus_queue_cleanup()
|
/linux/drivers/staging/media/meson/vdec/ |
H A D | vdec.c | 355 while ((buf = v4l2_m2m_dst_buf_remove(sess->m2m_ctx))) in vdec_start_streaming() 432 while ((buf = v4l2_m2m_dst_buf_remove(sess->m2m_ctx))) in vdec_stop_streaming()
|
/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_m2m.c | 408 return v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_mdp_m2m_buf_remove() 482 dst_vbuf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_mdp_process_done()
|
/linux/drivers/media/platform/nxp/imx-jpeg/ |
H A D | mxc-jpeg.c | 896 v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in mxc_jpeg_job_finish() 1411 next_dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in mxc_jpeg_set_last_buffer() 1552 v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in mxc_jpeg_device_run() 1743 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in mxc_jpeg_stop_streaming()
|
/linux/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 412 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in device_run() 672 v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in job_ready() 1525 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in vicodec_return_bufs()
|
/linux/drivers/media/test-drivers/visl/ |
H A D | visl-video.c | 623 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in visl_queue_cleanup()
|
/linux/drivers/media/platform/nxp/ |
H A D | imx-pxp.c | 1051 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in pxp_job_finish() 1594 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in pxp_stop_streaming()
|
/linux/drivers/media/platform/nxp/dw100/ |
H A D | dw100.c | 513 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in dw100_return_all_buffers() 1081 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in dw100_job_finish()
|