Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp1023 int64_t thresholdUs = thresholdRatio * targetDurationUs; in shouldPauseDownload() local
1026 targetDurationUs - lastEnqueueUs > thresholdUs ? "" : "not ", in shouldPauseDownload()
1027 (long long)thresholdUs, in shouldPauseDownload()
1030 if (targetDurationUs - lastEnqueueUs > thresholdUs) { in shouldPauseDownload()