Home
last modified time | relevance | path

Searched refs:GetSpeechInputLevel (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h79 virtual int GetSpeechInputLevel(unsigned int& level) = 0;
/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.h34 int GetSpeechInputLevel(unsigned int& level) override;
Dvoe_volume_control_impl.cc242 int VoEVolumeControlImpl::GetSpeechInputLevel(unsigned int& level) { in GetSpeechInputLevel() function in webrtc::VoEVolumeControlImpl
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc256 EXPECT_EQ(0, voe_volume_control_->GetSpeechInputLevel( in TEST_F()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h324 MOCK_METHOD1(GetSpeechInputLevel, int(unsigned int& level));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h658 WEBRTC_STUB(GetSpeechInputLevel, (unsigned int&));
Dwebrtcvoiceengine.cc916 return (voe_wrapper_->volume()->GetSpeechInputLevel(ulevel) != -1) ? in GetInputLevel()