Home
last modified time | relevance | path

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

/linux/include/media/
H A Dv4l2-mem2mem.h781 * v4l2_m2m_buf_remove() - take off a buffer from the list of ready buffers and
786 struct vb2_v4l2_buffer *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx); in v4l2_m2m_dst_buf_remove()
797 return v4l2_m2m_buf_remove(&m2m_ctx->out_q_ctx);
809 return v4l2_m2m_buf_remove(&m2m_ctx->cap_q_ctx); in v4l2_m2m_src_buf_remove_by_buf()
/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c169 struct vb2_v4l2_buffer *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_buf_remove() function
186 EXPORT_SYMBOL_GPL(v4l2_m2m_buf_remove);