Searched defs:v4l2_m2m_ctx (Results 1 - 1 of 1) sorted by relevance

/include/media/
H A Dv4l2-mem2mem.h66 struct v4l2_m2m_ctx { struct
95 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx,
98 void v4l2_m2m_try_schedule(struct v4l2_m2m_ctx *m2m_ctx);
101 struct v4l2_m2m_ctx *m2m_ctx);
109 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
112 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
115 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
117 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
119 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
122 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ct
[all...]

Completed in 65 milliseconds