Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c1692 GstClockTime chunk_time; in gst_mpd_client_stream_seek() local
1697 chunk_time = segment->start + segment->duration * repeat_index; in gst_mpd_client_stream_seek()
1706 if (ts - chunk_time > chunk_time + segment->duration - ts) in gst_mpd_client_stream_seek()
1712 if (ts - chunk_time > next_segment->start - ts) { in gst_mpd_client_stream_seek()
1720 ts != chunk_time) { in gst_mpd_client_stream_seek()