Searched defs:thresholdRatio (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp503 void PlaylistFetcher::setStoppingThreshold(float thresholdRatio, bool disconnect) { argument
506 mThresholdRatio = thresholdRatio;
580 float thresholdRatio, bool disconnect) {
581 setStoppingThreshold(thresholdRatio, disconnect);
960 float thresholdRatio = getStoppingThreshold(); local
962 if (thresholdRatio < 0.0f) {
965 } else if (thresholdRatio == 0.0f) {
996 int64_t thresholdUs = thresholdRatio * targetDurationUs;
579 pauseAsync( float thresholdRatio, bool disconnect) argument

Completed in 29 milliseconds