Home
last modified time | relevance | path

Searched refs:thresholdRatio (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h77 void pauseAsync(float thresholdRatio, bool disconnect);
207 void setStoppingThreshold(float thresholdRatio, bool disconnect);
DPlaylistFetcher.cpp520 void PlaylistFetcher::setStoppingThreshold(float thresholdRatio, bool disconnect) { in setStoppingThreshold() argument
523 mThresholdRatio = thresholdRatio; in setStoppingThreshold()
597 float thresholdRatio, bool disconnect) { in pauseAsync() argument
598 setStoppingThreshold(thresholdRatio, disconnect); in pauseAsync()
987 float thresholdRatio = getStoppingThreshold(); in shouldPauseDownload() local
989 if (thresholdRatio < 0.0f) { in shouldPauseDownload()
992 } else if (thresholdRatio == 0.0f) { in shouldPauseDownload()
1023 int64_t thresholdUs = thresholdRatio * targetDurationUs; in shouldPauseDownload()