Home
last modified time | relevance | path

Searched refs:_priv_gst_start_time (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgst.c136 GstClockTime _priv_gst_start_time; variable
560 _priv_gst_start_time = gst_util_get_timestamp (); in init_pre()
Dgst_private.h308 extern GstClockTime _priv_gst_start_time;
Dgsttracerutils.h104 GST_CLOCK_DIFF (_priv_gst_start_time, gst_util_get_timestamp ())
Dgstdebugutils.c912 elapsed = GST_CLOCK_DIFF (_priv_gst_start_time, gst_util_get_timestamp ()); in gst_debug_bin_to_dot_file_with_ts()
Dgstinfo.c1210 *elapsed = GST_CLOCK_DIFF (_priv_gst_start_time, gst_util_get_timestamp ()); in _gst_debug_log_preamble()
3307 elapsed = GST_CLOCK_DIFF (_priv_gst_start_time, gst_util_get_timestamp ()); in gst_ring_buffer_logger_log()
/third_party/gstreamer/gstreamer/
DChangeLog24970 gst: Rename _priv_gst_info_start_time to _priv_gst_start_time and initialize it centrally