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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-mem2mem.h179 void *v4l2_m2m_buf_remove(struct v4l2_m2m_ctx *m2m_ctx,
188 return v4l2_m2m_buf_remove(m2m_ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
197 return v4l2_m2m_buf_remove(m2m_ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-mem2mem.c123 * v4l2_m2m_buf_remove() - take off a buffer from the list of ready buffers and
126 void *v4l2_m2m_buf_remove(struct v4l2_m2m_ctx *m2m_ctx, enum v4l2_buf_type type) function
147 EXPORT_SYMBOL_GPL(v4l2_m2m_buf_remove); variable

Completed in 18 milliseconds