Lines Matching defs:timestamp
525 * for to make timestamp recovery as accurate as possible.
627 * uvc_video_clock_update - Update the buffer timestamp
629 * This function converts the buffer PTS timestamp to the host clock domain by
631 * buffer timestamp field.
654 * to avoid losing precision in the division. Similarly, the host timestamp is
685 * timestamp of the sliding window to 1s.
695 u64 timestamp;
773 timestamp = ktime_to_ns(first->host_time) + y - y1;
779 y, timestamp, vbuf->vb2_buf.timestamp,
784 vbuf->vb2_buf.timestamp = timestamp;
1099 buf->buf.vb2_buf.timestamp = ktime_to_ns(uvc_video_get_time());
1251 * of blocks, containing a 64-bit timestamp in nanoseconds, a 16-bit USB Frame
1355 vb2_meta->vb2_buf.timestamp = vb2_video->vb2_buf.timestamp;