Searched defs:m2m_ctx (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/include/media/ |
D | v4l2-mem2mem.h | 363 static inline void v4l2_m2m_set_src_buffered(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_set_src_buffered() 369 static inline void v4l2_m2m_set_dst_buffered(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_set_dst_buffered() 402 unsigned int v4l2_m2m_num_src_bufs_ready(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_num_src_bufs_ready() 414 unsigned int v4l2_m2m_num_dst_bufs_ready(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_num_dst_bufs_ready() 433 v4l2_m2m_next_src_buf(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_next_src_buf() 445 v4l2_m2m_next_dst_buf(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_next_dst_buf() 464 v4l2_m2m_last_src_buf(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_last_src_buf() 476 v4l2_m2m_last_dst_buf(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_last_dst_buf() 488 #define v4l2_m2m_for_each_dst_buf(m2m_ctx, b) \ argument 497 #define v4l2_m2m_for_each_src_buf(m2m_ctx, b) \ argument [all …]
|
D | v4l2-fh.h | 57 struct v4l2_m2m_ctx *m2m_ctx; member
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 108 static struct v4l2_m2m_queue_ctx *get_queue_ctx(struct v4l2_m2m_ctx *m2m_ctx, in get_queue_ctx() 117 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_get_vq() 285 struct v4l2_m2m_ctx *m2m_ctx) in __v4l2_m2m_try_queue() 357 void v4l2_m2m_try_schedule(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_try_schedule() 387 static void v4l2_m2m_cancel_job(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_cancel_job() 416 struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_job_finish() 446 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_reqbufs() 463 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_querybuf() 488 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_qbuf() 510 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_dqbuf() [all …]
|
/Linux-v5.4/drivers/media/platform/qcom/venus/ |
D | helpers.c | 456 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in return_buf_error() local 1021 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_find_buf() local 1082 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_vb2_buf_queue() local 1160 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_process_initial_cap_bufs() local 1178 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_process_initial_out_bufs() local 1232 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_m2m_device_run() local
|
D | core.h | 335 struct v4l2_m2m_ctx *m2m_ctx; member
|
/Linux-v5.4/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_core.h | 209 struct v4l2_m2m_ctx *m2m_ctx; member
|
/Linux-v5.4/drivers/staging/media/meson/vdec/ |
D | vdec.h | 216 struct v4l2_m2m_ctx *m2m_ctx; member
|
D | vdec.c | 258 struct v4l2_m2m_ctx *m2m_ctx = sess->m2m_ctx; in vdec_vb2_buf_queue() local
|
/Linux-v5.4/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_drv.h | 268 struct v4l2_m2m_ctx *m2m_ctx; member
|
/Linux-v5.4/drivers/media/platform/exynos-gsc/ |
D | gsc-core.h | 370 struct v4l2_m2m_ctx *m2m_ctx; member
|
/Linux-v5.4/drivers/media/platform/ |
D | sh_veu.c | 110 struct v4l2_m2m_ctx *m2m_ctx; member
|
D | rcar_jpu.c | 850 struct v4l2_m2m_ctx *m2m_ctx = ctx->fh.m2m_ctx; in jpu_s_fmt() local
|
D | rcar_fdp1.c | 1663 struct v4l2_m2m_ctx *m2m_ctx = ctx->fh.m2m_ctx; in fdp1_s_fmt() local
|