Lines Matching refs:segment_index
109 int nb_segments, segments_size, segment_index; member
513 *start_number = FFMAX(os->segment_index - c->window_size, 1); in get_start_index_number()
1269 c->streams[0].segment_index % c->master_publish_rate)) in write_manifest()
1702 os->segment_index = 1; in dash_init()
1770 os->segment_index++; in add_segment()
1772 if (os->segment_index < next_exp_index) { in add_segment()
1774 file, os->segment_index, next_exp_index); in add_segment()
1775 os->segment_index = next_exp_index; in add_segment()
1909 cur_flush_segment_index = c->streams[stream].segment_index; in dash_flush()
1943 if (c->has_video && os->segment_index > cur_flush_segment_index) in dash_flush()
1980 …ERBOSE, "Representation %d media segment %d written to: %s\n", i, os->segment_index, os->full_path… in dash_flush()
2130 seg_end_duration = (int64_t) os->segment_index * os->seg_duration; in dash_write_packet()
2241 os->segment_index, os->bit_rate, os->start_pts); in dash_write_packet()