Lines Matching defs:timestamp
540 * for to make timestamp recovery as accurate as possible.
642 * uvc_video_clock_update - Update the buffer timestamp
644 * This function converts the buffer PTS timestamp to the host clock domain by
646 * buffer timestamp field.
669 * to avoid losing precision in the division. Similarly, the host timestamp is
700 * timestamp of the sliding window to 1s.
710 u64 timestamp;
789 timestamp = ktime_to_ns(first->host_time) + y - y1;
795 y, timestamp, vbuf->vb2_buf.timestamp,
800 vbuf->vb2_buf.timestamp = timestamp;
1121 buf->buf.vb2_buf.timestamp = ktime_to_ns(uvc_video_get_time());
1299 * of blocks, containing a 64-bit timestamp in nanoseconds, a 16-bit USB Frame
1403 vb2_meta->vb2_buf.timestamp = vb2_video->vb2_buf.timestamp;