Searched refs:copy_timestamp (Results 1 – 2 of 2) sorted by relevance
152 if (q->copy_timestamp) in __copy_timestamp()314 if (!vb->vb2_queue->copy_timestamp || V4L2_TYPE_IS_CAPTURE(b->type)) { in vb2_fill_vb2_v4l2_buffer()541 if (!q->copy_timestamp) { in __fill_v4l2_buffer()593 if (!vb->vb2_queue->copy_timestamp) in __fill_vb2_buffer()612 .copy_timestamp = __copy_timestamp,930 q->copy_timestamp = (q->timestamp_flags & V4L2_BUF_FLAG_TIMESTAMP_MASK) in vb2_queue_init_name()
1900 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()1940 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()3020 bool copy_timestamp = !read && q->copy_timestamp; in __vb2_perform_fileio() local3135 if (copy_timestamp) in __vb2_perform_fileio()3199 bool copy_timestamp = false; in vb2_thread() local3206 copy_timestamp = q->copy_timestamp; in vb2_thread()3245 if (copy_timestamp) in vb2_thread()
Completed in 11 milliseconds