Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2src.h64 GstClockTime ctrl_time; member
Dgstv4l2src.c849 v4l2src->ctrl_time = 0; in gst_v4l2src_start()
850 gst_object_sync_values (GST_OBJECT (src), v4l2src->ctrl_time); in gst_v4l2src_start()
1077 v4l2src->ctrl_time += duration; in gst_v4l2src_create()
1082 v4l2src->ctrl_time = timestamp; in gst_v4l2src_create()
1084 gst_object_sync_values (GST_OBJECT (src), v4l2src->ctrl_time); in gst_v4l2src_create()
1087 GST_TIME_ARGS (v4l2src->ctrl_time), GST_TIME_ARGS (timestamp)); in gst_v4l2src_create()