Lines Matching refs:entry_index
436 #define SIDX_CURRENT_ENTRY(s) SIDX_ENTRY(s, SIDX(s)->entry_index)
1458 g_assert (sidx->entry_index < sidx->entries_count); in gst_dash_demux_stream_sidx_seek()
1460 sidx->entry_index = idx; in gst_dash_demux_stream_sidx_seek()
1577 if (sidx->entry_index + 1 < sidx->entries_count) in gst_dash_demux_stream_has_next_subfragment()
1580 if (sidx->entry_index >= 1) in gst_dash_demux_stream_has_next_subfragment()
1702 gint idx = ++sidx->entry_index; in gst_dash_demux_stream_advance_subfragment()
1713 gint idx = --sidx->entry_index; in gst_dash_demux_stream_advance_subfragment()
1725 "Finished fragment: %d", sidx->entry_index, sidx->entries_count, in gst_dash_demux_stream_advance_subfragment()
2249 if (SIDX (dashstream)->entry_index < SIDX (dashstream)->entries_count) in gst_dash_demux_stream_select_bitrate()
2251 else if (SIDX (dashstream)->entry_index >= in gst_dash_demux_stream_select_bitrate()
2673 if (SIDX (dashstream)->entry_index < SIDX (dashstream)->entries_count) in gst_dash_demux_stream_fragment_finished()
2956 SIDX (dash_stream)->entry_index = 0; in gst_dash_demux_parse_isobmff()
2968 SIDX (dash_stream)->entries[SIDX (dash_stream)->entry_index]. in gst_dash_demux_parse_isobmff()
2974 SIDX (dash_stream)->entry_index != 0) { in gst_dash_demux_parse_isobmff()