Searched refs:v4l2_m2m_ctx (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/media/ |
D | v4l2-mem2mem.h | 70 struct v4l2_m2m_ctx { struct 99 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx, argument 102 void v4l2_m2m_try_schedule(struct v4l2_m2m_ctx *m2m_ctx); 105 struct v4l2_m2m_ctx *m2m_ctx); 113 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, 116 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, 119 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, 121 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, 123 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, 125 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, [all …]
|
D | v4l2-fh.h | 50 struct v4l2_m2m_ctx *m2m_ctx;
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 62 struct v4l2_m2m_ctx *curr_ctx; 70 static struct v4l2_m2m_queue_ctx *get_queue_ctx(struct v4l2_m2m_ctx *m2m_ctx, in get_queue_ctx() 82 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_get_vq() 184 struct v4l2_m2m_ctx, queue); in v4l2_m2m_try_run() 211 void v4l2_m2m_try_schedule(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_try_schedule() 287 static void v4l2_m2m_cancel_job(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_cancel_job() 327 struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_job_finish() 356 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_reqbufs() 378 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_querybuf() 407 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_qbuf() [all …]
|
/linux-4.4.14/drivers/media/platform/exynos-gsc/ |
D | gsc-core.h | 378 struct v4l2_m2m_ctx *m2m_ctx;
|
/linux-4.4.14/drivers/media/platform/ |
D | mx2_emmaprp.c | 222 struct v4l2_m2m_ctx *m2m_ctx;
|
D | m2m-deinterlace.c | 149 struct v4l2_m2m_ctx *m2m_ctx;
|
D | sh_veu.c | 113 struct v4l2_m2m_ctx *m2m_ctx;
|
D | rcar_jpu.c | 859 struct v4l2_m2m_ctx *m2m_ctx = ctx->fh.m2m_ctx; in jpu_s_fmt()
|