Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dv4l2-mem2mem.h67 struct v4l2_m2m_queue_ctx { struct
99 struct v4l2_m2m_queue_ctx cap_q_ctx;
101 struct v4l2_m2m_queue_ctx out_q_ctx;
442 void *v4l2_m2m_next_buf(struct v4l2_m2m_queue_ctx *q_ctx);
471 void *v4l2_m2m_last_buf(struct v4l2_m2m_queue_ctx *q_ctx);
564 void *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx);
595 void v4l2_m2m_buf_remove_by_buf(struct v4l2_m2m_queue_ctx *q_ctx,
625 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx);
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-mem2mem.c110 static struct v4l2_m2m_queue_ctx *get_queue_ctx(struct v4l2_m2m_ctx *m2m_ctx, in get_queue_ctx()
122 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_get_vq()
132 void *v4l2_m2m_next_buf(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_next_buf()
150 void *v4l2_m2m_last_buf(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_last_buf()
168 void *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_buf_remove()
187 void v4l2_m2m_buf_remove_by_buf(struct v4l2_m2m_queue_ctx *q_ctx, in v4l2_m2m_buf_remove_by_buf()
202 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx) in v4l2_m2m_buf_remove_by_idx()
580 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_streamoff()
910 struct v4l2_m2m_queue_ctx *out_q_ctx, *cap_q_ctx; in v4l2_m2m_ctx_init()
967 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_buf_queue()
Dv4l2-ioctl.c2734 struct v4l2_m2m_queue_ctx *ctx = is_output ? in v4l2_ioctl_get_lock()