Home
last modified time | relevance | path

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

/linux/include/media/
H A Dvideobuf2-core.h462 * @copy_timestamp: copy the timestamp from a userspace structure to
470 void (*copy_timestamp)(struct vb2_buffer *vb, const void *pb);
592 * @copy_timestamp: set if vb2-core should set timestamps
659 unsigned int copy_timestamp:1;
480 void (*copy_timestamp)(struct vb2_buffer *vb, const void *pb); global() member
669 unsigned int copy_timestamp:1; global() member
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c1894 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()
1934 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()
3004 bool copy_timestamp = !read && q->copy_timestamp; in __vb2_perform_fileio() local
3119 if (copy_timestamp) in __vb2_perform_fileio()
3183 bool copy_timestamp = false; in vb2_thread() local
3190 copy_timestamp = q->copy_timestamp; in vb2_thread()
3222 if (copy_timestamp) in vb2_thread()