Home
last modified time | relevance | path

Searched refs:GetRxAgcConfig (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
Dagc_config_test.cc71 EXPECT_EQ(0, voe_apm_->GetRxAgcConfig(channel_, agc_config)); in TEST_F()
101 EXPECT_EQ(0, voe_apm_->GetRxAgcConfig(channel_, actual_config)); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h48 int GetRxAgcConfig(int channel, AgcConfig& config) override;
Dvoe_audio_processing_impl.cc440 int VoEAudioProcessingImpl::GetRxAgcConfig(int channel, AgcConfig& config) { in GetRxAgcConfig() function in webrtc::VoEAudioProcessingImpl
454 return channelPtr->GetRxAgcConfig(config); in GetRxAgcConfig()
Dchannel.h316 int GetRxAgcConfig(AgcConfig& config);
Dchannel.cc2758 Channel::GetRxAgcConfig(AgcConfig& config) in GetRxAgcConfig() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_audio_processing.h154 virtual int GetRxAgcConfig(int channel, AgcConfig& config) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h72 MOCK_METHOD2(GetRxAgcConfig, int(int channel, AgcConfig& config));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h738 WEBRTC_STUB(GetRxAgcConfig, (int channel, webrtc::AgcConfig& config));