Searched refs:thresholdRatio (Results 1 – 2 of 2) sorted by relevance
77 void pauseAsync(float thresholdRatio, bool disconnect);207 void setStoppingThreshold(float thresholdRatio, bool disconnect);
521 void PlaylistFetcher::setStoppingThreshold(float thresholdRatio, bool disconnect) { in setStoppingThreshold() argument524 mThresholdRatio = thresholdRatio; in setStoppingThreshold()598 float thresholdRatio, bool disconnect) { in pauseAsync() argument599 setStoppingThreshold(thresholdRatio, disconnect); in pauseAsync()988 float thresholdRatio = getStoppingThreshold(); in shouldPauseDownload() local990 if (thresholdRatio < 0.0f) { in shouldPauseDownload()993 } else if (thresholdRatio == 0.0f) { in shouldPauseDownload()1024 int64_t thresholdUs = thresholdRatio * targetDurationUs; in shouldPauseDownload()