Searched refs:index_start_position (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c174 uint64_t index_start_position; member in struct:__anon3590
803 segment->index_start_position = avio_rb64(pb);
804 av_dlog(NULL, "IndexStartPosition %"PRId64"\n", segment->index_start_position);
1023 if ((i == 0 || s->body_sid > last_body_sid || s->index_sid > last_index_sid || s->index_start_position > last_index_start) &&
1024 (best == -1 || s->body_sid < best_body_sid || s->index_sid < best_index_sid || s->index_start_position < best_index_start ||
1025 (s->index_start_position == best_index_start && s->index_duration > best_index_duration))) {
1029 best_index_start = s->index_start_position;
1110 edit_unit = FFMAX(edit_unit, s->index_start_position); /* clamp if trying to seek before start */
1112 if (edit_unit < s->index_start_position + s->index_duration) {
1113 int64_t index = edit_unit - s->index_start_position;
[all...]

Completed in 35 milliseconds