Home
last modified time | relevance | path

Searched refs:v4l2_m2m_ctx (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/media/
Dv4l2-mem2mem.h70 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 …]
Dv4l2-fh.h50 struct v4l2_m2m_ctx *m2m_ctx;
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-mem2mem.c62 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/
Dgsc-core.h378 struct v4l2_m2m_ctx *m2m_ctx;
/linux-4.4.14/drivers/media/platform/
Dmx2_emmaprp.c222 struct v4l2_m2m_ctx *m2m_ctx;
Dm2m-deinterlace.c149 struct v4l2_m2m_ctx *m2m_ctx;
Dsh_veu.c113 struct v4l2_m2m_ctx *m2m_ctx;
Drcar_jpu.c859 struct v4l2_m2m_ctx *m2m_ctx = ctx->fh.m2m_ctx; in jpu_s_fmt()