Home
last modified time | relevance | path

Searched refs:GetRatio (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Dstats.cc203 return GetRatio(OPEN_HIT, OPEN_MISS); in GetHitRatio()
207 return GetRatio(RESURRECT_HIT, CREATE_HIT); in GetResurrectRatio()
305 int Stats::GetRatio(Counters hit, Counters miss) const { in GetRatio() function in disk_cache::Stats
Dstats.h90 int GetRatio(Counters hit, Counters miss) const;
/external/webrtc/modules/audio_processing/agc2/
Dspeech_level_estimator.cc42 float SpeechLevelEstimator::LevelEstimatorState::Ratio::GetRatio() const { in GetRatio() function in webrtc::SpeechLevelEstimator::LevelEstimatorState::Ratio
106 const float level_dbfs = preliminary_state_.level_dbfs.GetRatio(); in Update()
Dspeech_level_estimator.h56 float GetRatio() const;