Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c1288 if (dashstream->moof_sync_samples in gst_dash_demux_stream_update_fragment_info()
1291 &g_array_index (dashstream->moof_sync_samples, GstDashStreamSyncSample, in gst_dash_demux_stream_update_fragment_info()
1309 fragment.duration / dashstream->moof_sync_samples->len; in gst_dash_demux_stream_update_fragment_info()
1493 if (dashstream->moof_sync_samples) in gst_dash_demux_stream_seek()
1494 g_array_free (dashstream->moof_sync_samples, TRUE); in gst_dash_demux_stream_seek()
1495 dashstream->moof_sync_samples = NULL; in gst_dash_demux_stream_seek()
1555 if (dashstream->moof_sync_samples && in gst_dash_demux_stream_has_next_sync_sample()
1559 dashstream->moof_sync_samples->len) in gst_dash_demux_stream_has_next_sync_sample()
1622 idx = dashstream->moof_sync_samples->len; in gst_dash_demux_stream_advance_sync_sample()
1627 if (idx == dashstream->moof_sync_samples->len) { in gst_dash_demux_stream_advance_sync_sample()
[all …]
Dgstdashdemux.h94 GArray *moof_sync_samples; member