Home
last modified time | relevance | path

Searched refs:v4l2_m2m_next_src_buf (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/drivers/media/platform/s5p-jpeg/
Djpeg-core.c796 struct vb2_buffer *vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in exynos4_jpeg_parse_decode_h_tbl()
833 struct vb2_buffer *vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in exynos4_jpeg_parse_huff_tbl()
892 struct vb2_buffer *vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in exynos4_jpeg_parse_decode_q_tbl()
923 struct vb2_buffer *vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in exynos4_jpeg_parse_q_tbl()
2080 src_buf = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in s5p_jpeg_device_run()
2166 vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in exynos4_jpeg_set_img_addr()
2199 vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in exynos4_jpeg_set_jpeg_addr()
2324 vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in exynos3250_jpeg_set_img_addr()
2355 vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in exynos3250_jpeg_set_jpeg_addr()
/Linux-v4.19/include/media/
Dv4l2-mem2mem.h436 static inline void *v4l2_m2m_next_src_buf(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_next_src_buf() function
/Linux-v4.19/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.c745 vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in mtk_jpeg_stop_streaming()
818 src_buf = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in mtk_jpeg_device_run()
/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_enc.c974 src_buf = v4l2_m2m_next_src_buf(ctx->m2m_ctx); in mtk_venc_encode_header()
994 struct vb2_buffer *vb = v4l2_m2m_next_src_buf(ctx->m2m_ctx); in mtk_venc_param_change()
Dmtk_vcodec_dec.c336 src_buf = v4l2_m2m_next_src_buf(ctx->m2m_ctx); in mtk_vdec_worker()
1147 src_buf = v4l2_m2m_next_src_buf(ctx->m2m_ctx); in vb2ops_vdec_buf_queue()
/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-core.c359 src_buf = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in device_run()
427 src_buf = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in job_ready()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-m2m.c121 src_vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in fimc_device_run()
/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c135 src_vb = v4l2_m2m_next_src_buf(ctx->m2m_ctx); in gsc_get_bufs()
/Linux-v4.19/drivers/media/platform/s5p-g2d/
Dg2d.c496 src = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in device_run()
/Linux-v4.19/drivers/media/platform/rockchip/rga/
Drga.c53 src = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in device_run()
/Linux-v4.19/drivers/media/platform/
Dmx2_emmaprp.c285 src_buf = v4l2_m2m_next_src_buf(ctx->m2m_ctx); in emmaprp_device_run()
Dvim2m.c385 src_buf = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in device_run()
Dm2m-deinterlace.c223 src_buf = v4l2_m2m_next_src_buf(ctx->m2m_ctx); in deinterlace_issue_dma()
Dsh_veu.c278 src_buf = v4l2_m2m_next_src_buf(veu->m2m_ctx); in sh_veu_device_run()
Drcar_jpu.c1374 src_buf = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in jpu_device_run()
/Linux-v4.19/drivers/media/platform/coda/
Dcoda-bit.c272 src_buf = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in coda_fill_bitstream()
1304 src_buf = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in coda_prepare_encode()
/Linux-v4.19/drivers/media/platform/mtk-mdp/
Dmtk_mdp_m2m.c482 src_vb = v4l2_m2m_next_src_buf(ctx->m2m_ctx); in mtk_mdp_m2m_get_bufs()
/Linux-v4.19/drivers/media/platform/sti/bdisp/
Dbdisp-v4l2.c290 src_vb = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in bdisp_get_bufs()
/Linux-v4.19/drivers/media/platform/ti-vpe/
Dvpe.c1201 ctx->src_vbs[0] = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in device_run()