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
205 - ``timestamp``
211 ``timestamp`` field. This permits applications to monitor the
214 in the timestamp which will be copied by the driver to the capture
224 independent of the ``timestamp`` and ``sequence`` fields.
594 'held'). If the timestamp of this output buffer differs from that
615 * .. _`V4L2-BUF-FLAG-TIMESTAMP-MASK`:
619 - Mask for timestamp types below. To test the timestamp type, mask
620 out bits not belonging to timestamp type by performing a logical
621 and operation with buffer flags and timestamp mask.
622 * .. _`V4L2-BUF-FLAG-TIMESTAMP-UNKNOWN`:
626 - Unknown timestamp type. This type is used by drivers before Linux
633 * .. _`V4L2-BUF-FLAG-TIMESTAMP-MONOTONIC`:
637 - The buffer timestamp has been taken from the ``CLOCK_MONOTONIC``
640 * .. _`V4L2-BUF-FLAG-TIMESTAMP-COPY`:
644 - The CAPTURE buffer timestamp has been taken from the corresponding
650 - Mask for timestamp sources below. The timestamp source defines the
651 point of time the timestamp is taken in relation to the frame.
654 timestamp source. Applications must set the timestamp source when
661 - End Of Frame. The buffer timestamp has been taken when the last
671 - Start Of Exposure. The buffer timestamp has been taken when the
711 :c:type:`v4l2_buffer` ``timestamp`` field.)