Skip to content

Commit

Permalink
[media] V4L: vb2: add support for buffers of different sizes on a sin…
Browse files Browse the repository at this point in the history
…gle queue

The two recently added ioctl()s VIDIOC_CREATE_BUFS and VIDIOC_PREPARE_BUF
allow user-space applications to allocate video buffers of different
sizes and hand them over to the driver for fast switching between
different frame formats. This patch adds support for buffers of different
sizes on the same buffer-queue to vb2.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent fc714e7 commit 2d86401
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 59 deletions.
Loading

0 comments on commit 2d86401

Please sign in to comment.