Searched refs:v4l2_m2m_dqbuf (Results 1 – 5 of 5) sorted by relevance
/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 797 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); 1409 return v4l2_m2m_dqbuf(file, fh->m2m_ctx, buf); in v4l2_m2m_ioctl_dqbuf()
|
/drivers/media/platform/samsung/exynos-gsc/ |
D | gsc-m2m.c | 401 return v4l2_m2m_dqbuf(file, ctx->m2m_ctx, buf); in gsc_m2m_dqbuf()
|
/drivers/media/platform/mediatek/vcodec/decoder/ |
D | mtk_vcodec_dec.c | 208 return v4l2_m2m_dqbuf(file, ctx->m2m_ctx, buf); in vidioc_vdec_dqbuf()
|
/drivers/media/platform/mediatek/vcodec/encoder/ |
D | mtk_vcodec_enc.c | 681 ret = v4l2_m2m_dqbuf(file, ctx->m2m_ctx, buf); in vidioc_venc_dqbuf()
|
/drivers/media/platform/chips-media/ |
D | coda-common.c | 998 ret = v4l2_m2m_dqbuf(file, ctx->fh.m2m_ctx, buf); in coda_dqbuf()
|