Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/gs/
Dgstgscommon.cpp125 buffer_timespan = GST_TIME_AS_USECONDS(buffer_timestamp); in gst_gs_get_buffer_date()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsystemclock.c41 fail_unless (time2 == GST_TIME_AS_USECONDS (time)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h144 #define GST_TIME_AS_USECONDS(time) ((time) / G_GINT64_CONSTANT (1000)) macro
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c640 g_date_time_get_microsecond (utc_now) - GST_TIME_AS_USECONDS (rtc_now); in gst_adaptive_demux_init()
3549 GST_TIME_AS_USECONDS (gst_adaptive_demux_get_monotonic_time (demux)); in gst_adaptive_demux_stream_download_uri()
4610 GST_TIME_AS_USECONDS (gst_adaptive_demux_get_monotonic_time (demux)); in gst_adaptive_demux_stream_advance_fragment_unlocked()
4867 utc_now_in_us = demux->clock_offset + GST_TIME_AS_USECONDS (rtc_now); in gst_adaptive_demux_get_client_now_utc()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3573 GST_TIME_AS_USECONDS (gst_adaptive_demux_get_monotonic_time in gst_dash_demux_clock_drift_new()
3866 GST_TIME_AS_USECONDS (gst_adaptive_demux_get_monotonic_time in gst_dash_demux_poll_clock_drift()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c3042 gst_mpd_client_add_time_difference (time1, GST_TIME_AS_USECONDS (delta)); in GST_START_TEST()