Searched refs:fragment_timescale (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | dashdec.c | 101 int64_t fragment_timescale; member 948 rep->fragment_timescale = (int64_t) strtoll(val, NULL, 10); in parse_manifest_representation() 949 av_log(s, AV_LOG_TRACE, "rep->fragment_timescale = [%"PRId64"]\n", rep->fragment_timescale); in parse_manifest_representation() 1022 rep->fragment_timescale = (int64_t) strtoll(val, NULL, 10); in parse_manifest_representation() 1023 av_log(s, AV_LOG_TRACE, "rep->fragment_timescale = [%"PRId64"]\n", rep->fragment_timescale); in parse_manifest_representation() 1061 if (rep->fragment_duration > 0 && !rep->fragment_timescale) in parse_manifest_representation() 1062 rep->fragment_timescale = 1; in parse_manifest_representation() 1385 start_time_offset = get_segment_start_time_based_on_timeline(pls, 0xFFFFFFFF) - 60 * pls->fragment_timescale; // 6 in calc_cur_seg_no() [all...] |
Completed in 3 milliseconds