Home
last modified time | relevance | path

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

/Linux-v5.10/include/media/
Dv4l2-mem2mem.h800 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx);
805 return v4l2_m2m_buf_remove_by_idx(&m2m_ctx->out_q_ctx, idx); in v4l2_m2m_src_buf_remove_by_idx()
811 return v4l2_m2m_buf_remove_by_idx(&m2m_ctx->cap_q_ctx, idx); in v4l2_m2m_dst_buf_remove_by_idx()
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-mem2mem.c206 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx) in v4l2_m2m_buf_remove_by_idx() function
226 EXPORT_SYMBOL_GPL(v4l2_m2m_buf_remove_by_idx);