diff options
| author | Hans Verkuil <[email protected]> | 2022-06-22 10:31:44 +0100 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2022-11-25 07:39:46 +0000 |
| commit | a10b215325740376ed551814a37d1f8e9d6b1ced (patch) | |
| tree | 2c0f345e5012b738848cf740aedc4e1386e7e977 /tools/perf/scripts/python | |
| parent | e9305a003ffeb2adfdd860a659fc65ec82320acc (diff) | |
media: vb2: add (un)prepare_streaming queue ops
When userspace called VIDIOC_STREAMON, then you want to claim any streaming
resources needed and validate the video pipeline. Waiting for
start_streaming to be called is too late, since that can be postponed
until the required minimum of buffers is queued.
So add a prepare_streaming op (optional) that can be used for that
purpose, and a matching unprepare_streaming op (optional) that can
release any claimed resources. The unprepare_streaming op is called
when VIDIOC_STREAMOFF is called and q->streaming is 1, or when the
filehandle is closed while q->streaming is 1.
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions