diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-02-04 05:11:33 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 14:44:20 -0500 |
commit | 7e4e71624491d8a8befe62b43138beb0ab696006 (patch) | |
tree | 9783e7926080cdfdad2b53d7c582eea07f0d7c56 /drivers/mcb/mcb-parse.c | |
parent | cfc7740835d09b98a304a4793c93b6074c04379e (diff) | |
download | linux-7e4e71624491d8a8befe62b43138beb0ab696006.tar.gz linux-7e4e71624491d8a8befe62b43138beb0ab696006.tar.bz2 linux-7e4e71624491d8a8befe62b43138beb0ab696006.zip |
media: vb2: keep track of timestamp status
If a stream is stopped, or if a USERPTR/DMABUF buffer is queued
backed by a different user address or dmabuf fd, then the timestamp
should be skipped by vb2_find_timestamp since the memory it refers
to is no longer valid.
So keep track of a 'copied_timestamp' state: it is set when the
timestamp is copied from an output to a capture buffer, and is
cleared when it is no longer valid.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/mcb/mcb-parse.c')
0 files changed, 0 insertions, 0 deletions