Lines Matching defs:index_start_position
246 uint64_t index_start_position;
1260 segment->index_start_position = avio_rb64(pb);
1261 av_log(NULL, AV_LOG_TRACE, "IndexStartPosition %"PRId64"\n", segment->index_start_position);
1732 s->index_sid, s->index_start_position);
1759 s->body_sid == last_body_sid && s->index_sid == last_index_sid && s->index_start_position > last_index_start) &&
1763 s->body_sid == best_body_sid && s->index_sid == best_index_sid && s->index_start_position < best_index_start ||
1764 s->body_sid == best_body_sid && s->index_sid == best_index_sid && s->index_start_position == best_index_start && s->index_duration > best_index_duration)) {
1768 best_index_start = s->index_start_position;
1862 edit_unit = FFMAX(edit_unit, s->index_start_position); /* clamp if trying to seek before start */
1864 if (edit_unit < s->index_start_position + s->index_duration) {
1865 int64_t index = edit_unit - s->index_start_position;
1875 index_table->index_sid, s->index_start_position);
2078 if (sorted_segments[i]->index_start_position)
2080 sorted_segments[i]->index_sid, sorted_segments[i]->index_start_position);
3588 segment->index_start_position = 0;