Home
last modified time | relevance | path

Searched refs:segmentBaseDurationSum (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1511 uint64_t segmentBaseDurationSum = 0; // the sum of segment duration(ms), not devide timescale in GetSegmentsWithTmpltDurationStatic() local
1516 segmentBaseDurationSum += segTmpltInfo->multSegBaseInfo_.duration_; in GetSegmentsWithTmpltDurationStatic()
1518 …unsigned int durationSumWithScale = static_cast<unsigned int>(segmentBaseDurationSum * S_2_MS / ti… in GetSegmentsWithTmpltDurationStatic()