Home
last modified time | relevance | path

Searched refs:v4l2_m2m_dst_buf_remove (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c344 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/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c327 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()
H A Dmtk_vcodec_dec_stateless.c258 vb2_dst = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in mtk_vdec_stateless_cap_to_disp()
H A Dmtk_vcodec_dec.c923 while ((dst_buf = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx))) { in vb2ops_vdec_stop_streaming()
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-jpeg.c1226 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()
H A Dcoda-bit.c1692 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda_finish_encode()
2519 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda_finish_decode()
2616 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda_decode_timeout()
/linux/include/media/
H A Dv4l2-mem2mem.h784 v4l2_m2m_dst_buf_remove(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_dst_buf_remove() function
/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c191 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/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c412 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/staging/media/meson/vdec/
H A Dcodec_vp9.c1199 vbuf = v4l2_m2m_dst_buf_remove(sess->m2m_ctx); in codec_vp9_get_new_frame()
1209 vbuf = v4l2_m2m_dst_buf_remove(sess->m2m_ctx); in codec_vp9_get_new_frame()
/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c2883 while ((buffer = v4l2_m2m_dst_buf_remove(channel->fh.m2m_ctx))) in allegro_stop_streaming()
3623 dst_buf = v4l2_m2m_dst_buf_remove(channel->fh.m2m_ctx); in allegro_device_run()
/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c1538 while ((buf = v4l2_m2m_dst_buf_remove(inst->m2m_ctx))) in venus_helper_buffers_done()