Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c47 m3u8->current_file_duration = GST_CLOCK_TIME_NONE; in gst_m3u8_new()
951 m3u8->current_file_duration = file->duration; in gst_m3u8_get_next_fragment()
1012 m3u8->current_file_duration = GST_M3U8_MEDIA_FILE (tmp->data)->duration; in m3u8_alternate_advance()
1026 if (GST_CLOCK_TIME_IS_VALID (m3u8->current_file_duration)) { in gst_m3u8_advance_fragment()
1029 m3u8->sequence_position += m3u8->current_file_duration; in gst_m3u8_advance_fragment()
1030 else if (m3u8->current_file_duration < m3u8->sequence_position) in gst_m3u8_advance_fragment()
1031 m3u8->sequence_position -= m3u8->current_file_duration; in gst_m3u8_advance_fragment()
1034 m3u8->current_file_duration = GST_CLOCK_TIME_NONE; in gst_m3u8_advance_fragment()
1060 m3u8->current_file_duration = in gst_m3u8_advance_fragment()
1089 m3u8->current_file_duration = in gst_m3u8_advance_fragment()
Dm3u8.h71 GstClockTime current_file_duration; /* Duration of current fragment */ member
Dgsthlsdemux.c313 m3u8->current_file_duration = self->current->current_file_duration;