Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-mem2mem.c134 struct v4l2_m2m_buffer *b; in v4l2_m2m_next_buf()
144 b = list_first_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_next_buf()
152 struct v4l2_m2m_buffer *b; in v4l2_m2m_last_buf()
162 b = list_last_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_last_buf()
170 struct v4l2_m2m_buffer *b; in v4l2_m2m_buf_remove()
178 b = list_first_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_buf_remove()
190 struct v4l2_m2m_buffer *b; in v4l2_m2m_buf_remove_by_buf()
194 b = container_of(vbuf, struct v4l2_m2m_buffer, vb); in v4l2_m2m_buf_remove_by_buf()
205 struct v4l2_m2m_buffer *b, *tmp; in v4l2_m2m_buf_remove_by_idx()
965 struct v4l2_m2m_buffer *b = container_of(vbuf, in v4l2_m2m_buf_queue()
[all …]
/linux-4.19.296/include/media/
Dv4l2-mem2mem.h117 struct v4l2_m2m_buffer { struct