Home
last modified time | relevance | path

Searched refs:v4l2_m2m_dqbuf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c797 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_dqbuf() function
813 EXPORT_SYMBOL_GPL(v4l2_m2m_dqbuf);
1427 return v4l2_m2m_dqbuf(file, fh->m2m_ctx, buf); in v4l2_m2m_ioctl_dqbuf()
/linux/include/media/
H A Dv4l2-mem2mem.h372 * v4l2_m2m_dqbuf() - dequeue a source or destination buffer, depending on
379 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c399 return v4l2_m2m_dqbuf(file, ctx->m2m_ctx, buf); in gsc_m2m_dqbuf()
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c999 ret = v4l2_m2m_dqbuf(file, ctx->fh.m2m_ctx, buf); in coda_dqbuf()