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
499 /* Copy back data such as timestamp, flags, etc. */
507 v4l2_buffer_set_timestamp(b, vb->timestamp);
556 * For non-COPY timestamps, drop timestamp source bits
557 * and obtain the timestamp source from the queue.
607 vb->timestamp = 0;
628 struct vb2_buffer *vb2_find_buffer(struct vb2_queue *q, u64 timestamp)
634 q->bufs[i]->timestamp == timestamp)
892 /* Warn that the driver should choose an appropriate timestamp type */