Searched refs:v4l2_m2m_dqbuf (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c998 ret = v4l2_m2m_dqbuf(file, ctx->fh.m2m_ctx, buf);
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec.c208 return v4l2_m2m_dqbuf(file, ctx->m2m_ctx, buf);
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.c681 ret = v4l2_m2m_dqbuf(file, ctx->m2m_ctx, buf);
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c401 return v4l2_m2m_dqbuf(file, ctx->m2m_ctx, buf);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c800 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, function
816 EXPORT_SYMBOL_GPL(v4l2_m2m_dqbuf); variable
1427 return v4l2_m2m_dqbuf(file, fh->m2m_ctx, buf);
/linux-master/include/media/
H A Dv4l2-mem2mem.h370 * v4l2_m2m_dqbuf() - dequeue a source or destination buffer, depending on
377 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,

Completed in 210 milliseconds