Searched defs:m2m_ctx (Results  1 – 8 of 8) sorted by relevance
| /linux-4.4.14/include/media/ | 
| D | v4l2-mem2mem.h | 149 static inline void v4l2_m2m_set_src_buffered(struct v4l2_m2m_ctx *m2m_ctx,  in v4l2_m2m_set_src_buffered()155 static inline void v4l2_m2m_set_dst_buffered(struct v4l2_m2m_ctx *m2m_ctx,  in v4l2_m2m_set_dst_buffered()
 173 unsigned int v4l2_m2m_num_src_bufs_ready(struct v4l2_m2m_ctx *m2m_ctx)  in v4l2_m2m_num_src_bufs_ready()
 185 unsigned int v4l2_m2m_num_dst_bufs_ready(struct v4l2_m2m_ctx *m2m_ctx)  in v4l2_m2m_num_dst_bufs_ready()
 198 static inline void *v4l2_m2m_next_src_buf(struct v4l2_m2m_ctx *m2m_ctx)  in v4l2_m2m_next_src_buf()
 209 static inline void *v4l2_m2m_next_dst_buf(struct v4l2_m2m_ctx *m2m_ctx)  in v4l2_m2m_next_dst_buf()
 220 struct vb2_queue *v4l2_m2m_get_src_vq(struct v4l2_m2m_ctx *m2m_ctx)  in v4l2_m2m_get_src_vq()
 231 struct vb2_queue *v4l2_m2m_get_dst_vq(struct v4l2_m2m_ctx *m2m_ctx)  in v4l2_m2m_get_dst_vq()
 244 static inline void *v4l2_m2m_src_buf_remove(struct v4l2_m2m_ctx *m2m_ctx)  in v4l2_m2m_src_buf_remove()
 255 static inline void *v4l2_m2m_dst_buf_remove(struct v4l2_m2m_ctx *m2m_ctx)  in v4l2_m2m_dst_buf_remove()
 
 | 
| D | v4l2-fh.h | 50 	struct v4l2_m2m_ctx	*m2m_ctx;  member
 | 
| /linux-4.4.14/drivers/media/v4l2-core/ | 
| D | v4l2-mem2mem.c | 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()
 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()
 426 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,  in v4l2_m2m_dqbuf()
 440 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,  in v4l2_m2m_prepare_buf()
 [all …]
 
 | 
| /linux-4.4.14/drivers/media/platform/ | 
| D | m2m-deinterlace.c | 149 	struct v4l2_m2m_ctx	*m2m_ctx;  member
 | 
| D | mx2_emmaprp.c | 222 	struct v4l2_m2m_ctx	*m2m_ctx;  member
 | 
| D | sh_veu.c | 113 	struct v4l2_m2m_ctx *m2m_ctx;  member
 | 
| D | rcar_jpu.c | 859 	struct v4l2_m2m_ctx *m2m_ctx = ctx->fh.m2m_ctx;  in jpu_s_fmt()  local
 | 
| /linux-4.4.14/drivers/media/platform/exynos-gsc/ | 
| D | gsc-core.h | 378 	struct v4l2_m2m_ctx	*m2m_ctx;  member
 |