Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c2972 GTimeSpan ts_microseconds; in gst_mpd_client_seek_to_time() local
2985 ts_microseconds = g_date_time_difference (time, start); in gst_mpd_client_seek_to_time()
2989 if (ts_microseconds < 0) in gst_mpd_client_seek_to_time()
2990 ts_microseconds = 0; in gst_mpd_client_seek_to_time()
2992 ts = ts_microseconds * GST_USECOND; in gst_mpd_client_seek_to_time()