Home
last modified time | relevance | path

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

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