Home
last modified time | relevance | path

Searched refs:GetSpeechOutputLevel (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.cc252 int VoEVolumeControlImpl::GetSpeechOutputLevel(int channel, in GetSpeechOutputLevel() function in webrtc::VoEVolumeControlImpl
259 return _shared->output_mixer()->GetSpeechOutputLevel((uint32_t&)level); in GetSpeechOutputLevel()
268 channelPtr->GetSpeechOutputLevel((uint32_t&)level); in GetSpeechOutputLevel()
Dvoe_volume_control_impl.h36 int GetSpeechOutputLevel(int channel, unsigned int& level) override;
Doutput_mixer.h70 int GetSpeechOutputLevel(uint32_t& level);
Doutput_mixer.cc236 OutputMixer::GetSpeechOutputLevel(uint32_t& level) in GetSpeechOutputLevel() function in webrtc::voe::OutputMixer
Dchannel.h273 int GetSpeechOutputLevel(uint32_t& level) const;
Dchannel.cc2428 Channel::GetSpeechOutputLevel(uint32_t& level) const in GetSpeechOutputLevel() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h83 virtual int GetSpeechOutputLevel(int channel, unsigned int& level) = 0;
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc258 EXPECT_EQ(0, voe_volume_control_->GetSpeechOutputLevel( in TEST_F()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h325 MOCK_METHOD2(GetSpeechOutputLevel, int(int channel, unsigned int& level));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h659 WEBRTC_STUB(GetSpeechOutputLevel, (int, unsigned int&));
Dwebrtcvoiceengine.cc2428 int ret = engine()->voe()->volume()->GetSpeechOutputLevel(channel, ulevel); in GetOutputLevel()