Searched refs:thresholdUs (Results 1 – 1 of 1) sorted by relevance
1023 int64_t thresholdUs = thresholdRatio * targetDurationUs; in shouldPauseDownload() local1026 targetDurationUs - lastEnqueueUs > thresholdUs ? "" : "not ", in shouldPauseDownload()1027 (long long)thresholdUs, in shouldPauseDownload()1030 if (targetDurationUs - lastEnqueueUs > thresholdUs) { in shouldPauseDownload()