Home
last modified time | relevance | path

Searched refs:segmentKeepDuration (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_segment_downloader.cpp726 uint32_t segmentKeepDuration = 1000; // ms in CleanByTimeInternal() local
747 if (remainDuration < segmentKeepDuration + segmentKeepDelta && in CleanByTimeInternal()
748 remainDuration + segmentKeepDelta >= segmentKeepDuration) { in CleanByTimeInternal()
751 } else if (remainDuration < segmentKeepDuration) { in CleanByTimeInternal()
754 segmentKeepDuration -= remainDuration; in CleanByTimeInternal()
758 uint32_t segmentSize = (segmentKeepDuration * it->contentLength_) / it->duration_; in CleanByTimeInternal()