Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
Dagc_config_test.cc82 EXPECT_EQ(-1, voe_apm_->SetRxAgcConfig(channel_, agc_config)) << in TEST_F()
88 EXPECT_EQ(-1, voe_apm_->SetRxAgcConfig(channel_, agc_config)) << in TEST_F()
100 EXPECT_EQ(0, voe_apm_->SetRxAgcConfig(channel_, agc_config)); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h46 int SetRxAgcConfig(int channel, AgcConfig config) override;
Dvoe_audio_processing_impl.cc416 int VoEAudioProcessingImpl::SetRxAgcConfig(int channel, AgcConfig config) { in SetRxAgcConfig() function in webrtc::VoEAudioProcessingImpl
432 return channelPtr->SetRxAgcConfig(config); in SetRxAgcConfig()
Dchannel.h315 int SetRxAgcConfig(AgcConfig config);
Dchannel.cc2722 Channel::SetRxAgcConfig(AgcConfig config) in SetRxAgcConfig() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_audio_processing.h151 virtual int SetRxAgcConfig(int channel, AgcConfig config) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h71 MOCK_METHOD2(SetRxAgcConfig, int(int channel, AgcConfig config));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h737 WEBRTC_STUB(SetRxAgcConfig, (int channel, webrtc::AgcConfig config));