Searched refs:thresholdRatio (Results 1 – 2 of 2) sorted by relevance
77 void pauseAsync(float thresholdRatio, bool disconnect);206 void setStoppingThreshold(float thresholdRatio, bool disconnect);
503 void PlaylistFetcher::setStoppingThreshold(float thresholdRatio, bool disconnect) { in setStoppingThreshold() argument506 mThresholdRatio = thresholdRatio; in setStoppingThreshold()580 float thresholdRatio, bool disconnect) { in pauseAsync() argument581 setStoppingThreshold(thresholdRatio, disconnect); in pauseAsync()960 float thresholdRatio = getStoppingThreshold(); in shouldPauseDownload() local962 if (thresholdRatio < 0.0f) { in shouldPauseDownload()965 } else if (thresholdRatio == 0.0f) { in shouldPauseDownload()996 int64_t thresholdUs = thresholdRatio * targetDurationUs; in shouldPauseDownload()