Lines Matching refs:Level
263 // Store current audio level in the RTP/RTCP module.
264 // The level will be used in combination with voice-activity state
644 // Measure audio level (0-9)
2428 Channel::GetSpeechOutputLevel(uint32_t& level) const
2430 int8_t currentLevel = _outputAudioLevel.Level();
2431 level = static_cast<int32_t> (currentLevel);
2436 Channel::GetSpeechOutputLevelFullRange(uint32_t& level) const
2439 level = static_cast<int32_t> (currentLevel);
2732 "SetRxAgcConfig() failed to set target peak |level|"
2781 NoiseSuppression::Level nsLevel = kDefaultNsMode;
2788 nsLevel = rx_audioproc_->noise_suppression()->level();
2812 "SetRxNsStatus() failed to set NS level");
2834 NoiseSuppression::Level ncLevel =
2835 rx_audioproc_->noise_suppression()->level();