[media] v4l: Add timestamp source flags, mask and document them
authorSakari Ailus <sakari.ailus@iki.fi>
Sun, 25 Aug 2013 20:57:03 +0000 (17:57 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 5 Mar 2014 19:34:49 +0000 (16:34 -0300)
commit872484ce40881e295b046adf21f7211306477751
treedc03c8c8dd72be2354cc7e70da8d7db687c9595a
parentc57ff79270ceef426734b3c6b4874c3e415aa743
[media] v4l: Add timestamp source flags, mask and document them

Some devices do not produce timestamps that correspond to the end of the
frame. The user space should be informed on the matter. This patch achieves
that by adding buffer flags (and a mask) for timestamp sources since more
possible timestamping points are expected than just two.

A three-bit mask is defined (V4L2_BUF_FLAG_TSTAMP_SRC_MASK) and two of the
eight possible values is are defined V4L2_BUF_FLAG_TSTAMP_SRC_EOF for end of
frame (value zero) V4L2_BUF_FLAG_TSTAMP_SRC_SOE for start of exposure (next
value).

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Kamil Debski <k.debski@samsung.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Documentation/DocBook/media/v4l/io.xml
drivers/media/v4l2-core/videobuf2-core.c
include/media/videobuf2-core.h
include/uapi/linux/videodev2.h