Home
last modified time | relevance | path

Searched refs:segmentKeepDelta (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.cpp727 uint32_t segmentKeepDelta = 100; // ms in CleanByTimeInternal() local
747 if (remainDuration < segmentKeepDuration + segmentKeepDelta && in CleanByTimeInternal()
748 remainDuration + segmentKeepDelta >= segmentKeepDuration) { in CleanByTimeInternal()