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

/external/webrtc/webrtc/voice_engine/
H A Dvoe_volume_control_impl.cc252 int VoEVolumeControlImpl::GetSpeechOutputLevel(int channel, function in class:webrtc::VoEVolumeControlImpl
259 return _shared->output_mixer()->GetSpeechOutputLevel((uint32_t&)level);
265 "GetSpeechOutputLevel() failed to locate channel");
268 channelPtr->GetSpeechOutputLevel((uint32_t&)level);
H A Doutput_mixer.cc236 OutputMixer::GetSpeechOutputLevel(uint32_t& level) function in class:webrtc::voe::OutputMixer
241 "GetSpeechOutputLevel() => level=%u", level);
H A Dchannel.cc2428 Channel::GetSpeechOutputLevel(uint32_t& level) const function in class:webrtc::voe::Channel

Completed in 87 milliseconds