Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhls.c124 int64_t start_time_offset; member
904 pls->start_time_offset = offset * AV_TIME_BASE; in parse_playlist()
1764 if (pls->start_time_offset >=0 && in select_cur_seq_no()
1765 pls->start_time_offset > playlist_duration) in select_cur_seq_no()
1767 else if (pls->start_time_offset >= 0 && in select_cur_seq_no()
1768 pls->start_time_offset <= playlist_duration) in select_cur_seq_no()
1769 start_timestamp = cur_timestamp + pls->start_time_offset; in select_cur_seq_no()
1770 else if (pls->start_time_offset < 0 && in select_cur_seq_no()
1771 pls->start_time_offset < -playlist_duration) in select_cur_seq_no()
1773 else if (pls->start_time_offset < in select_cur_seq_no()
[all...]
H A Ddashdec.c1377 int64_t start_time_offset = 0; in calc_cur_seg_no() local
1385 start_time_offset = get_segment_start_time_based_on_timeline(pls, 0xFFFFFFFF) - 60 * pls->fragment_timescale; // 60 seconds before end in calc_cur_seg_no()
1386 num = calc_next_seg_no_from_timelines(pls, start_time_offset); in calc_cur_seg_no()

Completed in 11 milliseconds