Home
last modified time | relevance | path

Searched refs:GST_TIMESPEC_TO_TIME (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstrusage.c173 tproc = GST_TIMESPEC_TO_TIME (now); in do_stats()
185 tthread = GST_TIMESPEC_TO_TIME (now); in do_stats()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c475 time = GST_TIMESPEC_TO_TIME (event->time.time) - alsamidisrc->delay; in gst_alsa_midi_src_create()
680 GST_TIMESPEC_TO_TIME (*snd_seq_queue_status_get_real_time (status)); in gst_alsa_midi_src_state_changed()
Dgstalsasrc.c975 timestamp = GST_TIMESPEC_TO_TIME (tstamp); in gst_alsasrc_get_timestamp()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h198 #define GST_TIMESPEC_TO_TIME(ts) (GstClockTime)((ts).tv_sec * GST_SECOND + (ts).tv_nsec * GS… macro
Dgstsystemclock.c844 return GST_TIMESPEC_TO_TIME (ts); in gst_system_clock_get_internal_time()
925 return GST_TIMESPEC_TO_TIME (ts); in gst_system_clock_get_resolution()
Dgstutils.c3525 return GST_TIMESPEC_TO_TIME (now); in gst_util_get_timestamp()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2src.c1009 gstnow = GST_TIMESPEC_TO_TIME (now); in gst_v4l2src_create()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c1082 socket_ts = GST_TIMESPEC_TO_TIME (msg->socket_ts); in gst_udpsrc_fill()