Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Ddashdec.c1527 struct representation *cur_video = videos[i]; in refresh_manifest() local
1529 if (cur_video->timelines) { in refresh_manifest()
1531 int64_t currentTime = get_segment_start_time_based_on_timeline(cur_video, cur_video->cur_seq_no) / cur_video->fragment_timescale; in refresh_manifest()
1533 ccur_video->cur_seq_no = calc_next_seg_no_from_timelines(ccur_video, currentTime * cur_video->fragment_timescale - 1); in refresh_manifest()
1535 move_timelines(ccur_video, cur_video, c); in refresh_manifest()
1538 if (cur_video->fragments) { in refresh_manifest()
1539 move_segments(ccur_video, cur_video, c); in refresh_manifest()

Completed in 4 milliseconds