Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dv4l2-mem2mem.h63 struct v4l2_m2m_queue_ctx { struct
95 struct v4l2_m2m_queue_ctx cap_q_ctx;
97 struct v4l2_m2m_queue_ctx out_q_ctx;
424 struct vb2_v4l2_buffer *v4l2_m2m_next_buf(struct v4l2_m2m_queue_ctx *q_ctx);
455 struct vb2_v4l2_buffer *v4l2_m2m_last_buf(struct v4l2_m2m_queue_ctx *q_ctx);
550 struct vb2_v4l2_buffer *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx);
583 void v4l2_m2m_buf_remove_by_buf(struct v4l2_m2m_queue_ctx *q_ctx,
613 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx);
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-mem2mem.c108 static struct v4l2_m2m_queue_ctx *get_queue_ctx(struct v4l2_m2m_ctx *m2m_ctx, in get_queue_ctx()
120 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_get_vq()
130 struct vb2_v4l2_buffer *v4l2_m2m_next_buf(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_next_buf()
148 struct vb2_v4l2_buffer *v4l2_m2m_last_buf(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_last_buf()
166 struct vb2_v4l2_buffer *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_buf_remove()
185 void v4l2_m2m_buf_remove_by_buf(struct v4l2_m2m_queue_ctx *q_ctx, in v4l2_m2m_buf_remove_by_buf()
200 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx) in v4l2_m2m_buf_remove_by_idx()
570 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_streamoff()
905 struct v4l2_m2m_queue_ctx *out_q_ctx, *cap_q_ctx; in v4l2_m2m_ctx_init()
964 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_buf_queue()