Lines Matching defs:timestamp
149 * For output buffers copy the timestamp if needed,
153 vb->timestamp = v4l2_buffer_get_timestamp(b);
317 * their timestamp and timestamp source flags from the
529 /* Copy back data such as timestamp, flags, etc. */
537 v4l2_buffer_set_timestamp(b, vb->timestamp);
586 * For non-COPY timestamps, drop timestamp source bits
587 * and obtain the timestamp source from the queue.
637 vb->timestamp = 0;
658 int vb2_find_timestamp(const struct vb2_queue *q, u64 timestamp,
665 q->bufs[i]->timestamp == timestamp)
901 /* Warn that the driver should choose an appropriate timestamp type */