Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Ddashdec.c103 int64_t presentation_timeoffset; member
936 rep->presentation_timeoffset = (int64_t) strtoll(val, NULL, 10); in parse_manifest_representation()
937 av_log(s, AV_LOG_TRACE, "rep->presentation_timeoffset = [%"PRId64"]\n", rep->presentation_timeoffset); in parse_manifest_representation()
1392 av_log(s, AV_LOG_TRACE, "in fragment_duration mode fragment_timescale = %"PRId64", presentation_timeoffset = %"PRId64"\n", pls->fragment_timescale, pls->presentation_timeoffset); in calc_cur_seg_no()
1393 if (pls->presentation_timeoffset) { in calc_cur_seg_no()
1394 num = pls->first_seq_no + (((get_current_time_in_sec() - c->availability_start_time) * pls->fragment_timescale)-pls->presentation_timeoffset) / pls->fragment_duration - c->min_buffer_time; in calc_cur_seg_no()

Completed in 4 milliseconds