Searched refs:thresholdUs (Results 1 – 1 of 1) sorted by relevance
1022 int64_t thresholdUs = thresholdRatio * targetDurationUs; in shouldPauseDownload() local1025 targetDurationUs - lastEnqueueUs > thresholdUs ? "" : "not ", in shouldPauseDownload()1026 (long long)thresholdUs, in shouldPauseDownload()1029 if (targetDurationUs - lastEnqueueUs > thresholdUs) { in shouldPauseDownload()