Searched refs:fragment_duration (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | dashdec.c | 100 int64_t fragment_duration; member 942 rep->fragment_duration = (int64_t) strtoll(val, NULL, 10); in parse_manifest_representation() 943 av_log(s, AV_LOG_TRACE, "rep->fragment_duration = [%"PRId64"]\n", rep->fragment_duration); in parse_manifest_representation() 1016 rep->fragment_duration = (int64_t) strtoll(val, NULL, 10); in parse_manifest_representation() 1017 av_log(s, AV_LOG_TRACE, "rep->fragment_duration = [%"PRId64"]\n", rep->fragment_duration); in parse_manifest_representation() 1061 if (rep->fragment_duration > 0 && !rep->fragment_timescale) in parse_manifest_representation() 1391 } else if (pls->fragment_duration){ in calc_cur_seg_no() 1392 av_log(s, AV_LOG_TRACE, "in fragment_duration mod in calc_cur_seg_no() [all...] |
Completed in 3 milliseconds