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);
517 void PlaylistFetcher::setStoppingThreshold(float thresholdRatio, bool disconnect) { in setStoppingThreshold() argument520 mThresholdRatio = thresholdRatio; in setStoppingThreshold()594 float thresholdRatio, bool disconnect) { in pauseAsync() argument595 setStoppingThreshold(thresholdRatio, disconnect); in pauseAsync()974 float thresholdRatio = getStoppingThreshold(); in shouldPauseDownload() local976 if (thresholdRatio < 0.0f) { in shouldPauseDownload()979 } else if (thresholdRatio == 0.0f) { in shouldPauseDownload()1010 int64_t thresholdUs = thresholdRatio * targetDurationUs; in shouldPauseDownload()