Home
last modified time | relevance | path

Searched refs:copy_timestamp (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/media/
Dvideobuf2-core.h422 void (*copy_timestamp)(struct vb2_buffer *vb, const void *pb); member
556 unsigned int copy_timestamp:1; member
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c132 if (q->copy_timestamp) in __copy_timestamp()
250 if (!q->copy_timestamp) { in __fill_v4l2_buffer()
416 if (!vb->vb2_queue->copy_timestamp || !V4L2_TYPE_IS_OUTPUT(b->type)) { in __fill_vb2_buffer()
448 .copy_timestamp = __copy_timestamp,
657 q->copy_timestamp = (q->timestamp_flags & V4L2_BUF_FLAG_TIMESTAMP_MASK) in vb2_queue_init()
Dvideobuf2-core.c1413 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()
2346 bool copy_timestamp = !read && q->copy_timestamp; in __vb2_perform_fileio() local
2452 if (copy_timestamp) in __vb2_perform_fileio()
2516 bool copy_timestamp = false; in vb2_thread() local
2523 copy_timestamp = q->copy_timestamp; in vb2_thread()
2554 if (copy_timestamp) in vb2_thread()