Searched refs:thresholdUs (Results 1 – 1 of 1) sorted by relevance
1024 int64_t thresholdUs = thresholdRatio * targetDurationUs; in shouldPauseDownload() local1027 targetDurationUs - lastEnqueueUs > thresholdUs ? "" : "not ", in shouldPauseDownload()1028 (long long)thresholdUs, in shouldPauseDownload()1031 if (targetDurationUs - lastEnqueueUs > thresholdUs) { in shouldPauseDownload()