Home
last modified time | relevance | path

Searched refs:v4l2_m2m_queue_ctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/media/
Dv4l2-mem2mem.h65 struct v4l2_m2m_queue_ctx { struct
113 struct v4l2_m2m_queue_ctx cap_q_ctx;
115 struct v4l2_m2m_queue_ctx out_q_ctx;
611 struct vb2_v4l2_buffer *v4l2_m2m_next_buf(struct v4l2_m2m_queue_ctx *q_ctx);
642 struct vb2_v4l2_buffer *v4l2_m2m_last_buf(struct v4l2_m2m_queue_ctx *q_ctx);
737 struct vb2_v4l2_buffer *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx);
770 void v4l2_m2m_buf_remove_by_buf(struct v4l2_m2m_queue_ctx *q_ctx,
800 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx);
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-mem2mem.c114 static struct v4l2_m2m_queue_ctx *get_queue_ctx(struct v4l2_m2m_ctx *m2m_ctx, in get_queue_ctx()
126 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_get_vq()
136 struct vb2_v4l2_buffer *v4l2_m2m_next_buf(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_next_buf()
154 struct vb2_v4l2_buffer *v4l2_m2m_last_buf(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_last_buf()
172 struct vb2_v4l2_buffer *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_buf_remove()
191 void v4l2_m2m_buf_remove_by_buf(struct v4l2_m2m_queue_ctx *q_ctx, in v4l2_m2m_buf_remove_by_buf()
206 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx) in v4l2_m2m_buf_remove_by_idx()
843 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_streamoff()
1160 struct v4l2_m2m_queue_ctx *out_q_ctx, *cap_q_ctx; in v4l2_m2m_ctx_init()
1219 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_buf_queue()