diff options
| author | Tomi Valkeinen <[email protected]> | 2021-04-12 13:02:09 +0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2021-06-08 12:04:08 +0200 |
| commit | a810ed0b3370e0b3f448233d526d085effd1f829 (patch) | |
| tree | 2a78bd9d06cc2ba2a6e7186c2574e8aff5a4b02e /tools/perf/scripts/python/syscall-counts.py | |
| parent | 5b448065febe1c6bb6693735844f2fb2b7b654dc (diff) | |
media: videobuf2-v4l2.c: add vb2_queue_change_type() helper
On some platforms a video device can capture either video data or
metadata. The driver can implement vidioc functions for both video and
metadata, and use a single vb2_queue for the buffers. However, vb2_queue
requires choosing a single buffer type, which conflicts with the idea of
capturing either video or metadata.
The buffer type of vb2_queue can be changed, but it's not obvious how
this should be done in the drivers. To help this, add a new helper
function vb2_queue_change_type() which ensures the correct checks and
documents how it can be used.
Signed-off-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions