Searched refs:copy_timestamp (Results 1 – 3 of 3) sorted by relevance
461 void (*copy_timestamp)(struct vb2_buffer *vb, const void *pb); member621 unsigned int copy_timestamp:1; member
153 if (q->copy_timestamp) in __copy_timestamp()315 if (!vb->vb2_queue->copy_timestamp || V4L2_TYPE_IS_CAPTURE(b->type)) { in vb2_fill_vb2_v4l2_buffer()585 if (!q->copy_timestamp) { in __fill_v4l2_buffer()637 if (!vb->vb2_queue->copy_timestamp) in __fill_vb2_buffer()656 .copy_timestamp = __copy_timestamp,918 q->copy_timestamp = (q->timestamp_flags & V4L2_BUF_FLAG_TIMESTAMP_MASK) in vb2_queue_init_name()
1643 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()1682 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()2665 bool copy_timestamp = !read && q->copy_timestamp; in __vb2_perform_fileio() local2777 if (copy_timestamp) in __vb2_perform_fileio()2841 bool copy_timestamp = false; in vb2_thread() local2848 copy_timestamp = q->copy_timestamp; in vb2_thread()2879 if (copy_timestamp) in vb2_thread()