Lines Matching full:timestamp
25 part of the frame and with which clock the timestamp is taken. Please
32 ``V4L2_BUF_FLAG_TIMESTAMP_COPY`` timestamp type which is used by e.g. on
33 mem-to-mem devices is an exception to the rule: the timestamp source
203 - ``timestamp``
209 ``timestamp`` field. This permits applications to monitor the
212 in the timestamp which will be copied by the driver to the capture
222 independent of the ``timestamp`` and ``sequence`` fields.
589 'held'). If the timestamp of this output buffer differs from that
610 * .. _`V4L2-BUF-FLAG-TIMESTAMP-MASK`:
614 - Mask for timestamp types below. To test the timestamp type, mask
615 out bits not belonging to timestamp type by performing a logical
616 and operation with buffer flags and timestamp mask.
617 * .. _`V4L2-BUF-FLAG-TIMESTAMP-UNKNOWN`:
621 - Unknown timestamp type. This type is used by drivers before Linux
628 * .. _`V4L2-BUF-FLAG-TIMESTAMP-MONOTONIC`:
632 - The buffer timestamp has been taken from the ``CLOCK_MONOTONIC``
635 * .. _`V4L2-BUF-FLAG-TIMESTAMP-COPY`:
639 - The CAPTURE buffer timestamp has been taken from the corresponding
645 - Mask for timestamp sources below. The timestamp source defines the
646 point of time the timestamp is taken in relation to the frame.
649 timestamp source. Applications must set the timestamp source when
656 - End Of Frame. The buffer timestamp has been taken when the last
666 - Start Of Exposure. The buffer timestamp has been taken when the
707 :c:type:`v4l2_buffer` ``timestamp`` field.)