Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c1739 stream->segment_repeat_index = 0; in gst_mpd_client_stream_seek()
1783 stream->segment_repeat_index = 0; in gst_mpd_client_stream_seek()
1791 stream->segment_repeat_index = repeat_index; in gst_mpd_client_stream_seek()
1897 (currentChunk->duration * stream->segment_repeat_index); in gst_mpd_client_get_next_fragment_timestamp()
2036 currentChunk->number + stream->segment_repeat_index, in gst_mpd_client_get_next_fragment()
2039 stream->segment_repeat_index * currentChunk->scale_duration); in gst_mpd_client_get_next_fragment()
2044 currentChunk->number + stream->segment_repeat_index, in gst_mpd_client_get_next_fragment()
2047 stream->segment_repeat_index * currentChunk->scale_duration); in gst_mpd_client_get_next_fragment()
2055 stream->segment_repeat_index * currentChunk->duration; in gst_mpd_client_get_next_fragment()
2152 && stream->segment_repeat_index >= segment->repeat) in gst_mpd_client_has_next_segment()
[all …]
Dgstmpdparser.h143 guint segment_repeat_index; /* index of the repeat count of a segment */ member
Dgstdashdemux.c1479 last_repeat = dashstream->active_stream->segment_repeat_index; in gst_dash_demux_stream_seek()
1522 last_repeat != dashstream->active_stream->segment_repeat_index) { in gst_dash_demux_stream_seek()