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.h480 void (*copy_timestamp)(struct vb2_buffer *vb, const void *pb); member
669 unsigned int copy_timestamp:1; member
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c1900 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() local
3135 if (copy_timestamp) in __vb2_perform_fileio()
3199 bool copy_timestamp = false; in vb2_thread() local
3206 copy_timestamp = q->copy_timestamp; in vb2_thread()
3245 if (copy_timestamp) in vb2_thread()