diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2013-05-21 04:16:28 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-03 15:51:11 -0300 |
commit | 8b94ca61d7065fa7fa7bdb08ce31a9385be5205b (patch) | |
tree | fd433d2926ecb4ebd4b82a1454d2241e452ed166 /include/media | |
parent | 57183467c09555d985ae62b79c754e64279381df (diff) | |
download | linux-8b94ca61d7065fa7fa7bdb08ce31a9385be5205b.tar.gz linux-8b94ca61d7065fa7fa7bdb08ce31a9385be5205b.tar.bz2 linux-8b94ca61d7065fa7fa7bdb08ce31a9385be5205b.zip |
[media] v4l2-mem2mem: add v4l2_m2m_create_bufs helper
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-mem2mem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/v4l2-mem2mem.h b/include/media/v4l2-mem2mem.h index d3eef01da648..0f4555b2a31b 100644 --- a/include/media/v4l2-mem2mem.h +++ b/include/media/v4l2-mem2mem.h @@ -110,6 +110,8 @@ int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, struct v4l2_buffer *buf); int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, struct v4l2_buffer *buf); +int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, + struct v4l2_create_buffers *create); int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, struct v4l2_exportbuffer *eb); |