Searched refs:SetRxAgcConfig (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/extended/ |
D | agc_config_test.cc | 82 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/ |
D | voe_audio_processing_impl.h | 46 int SetRxAgcConfig(int channel, AgcConfig config) override;
|
D | voe_audio_processing_impl.cc | 416 int VoEAudioProcessingImpl::SetRxAgcConfig(int channel, AgcConfig config) { in SetRxAgcConfig() function in webrtc::VoEAudioProcessingImpl 432 return channelPtr->SetRxAgcConfig(config); in SetRxAgcConfig()
|
D | channel.h | 315 int SetRxAgcConfig(AgcConfig config);
|
D | channel.cc | 2722 Channel::SetRxAgcConfig(AgcConfig config) in SetRxAgcConfig() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_audio_processing.h | 151 virtual int SetRxAgcConfig(int channel, AgcConfig config) = 0;
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 71 MOCK_METHOD2(SetRxAgcConfig, int(int channel, AgcConfig config));
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 737 WEBRTC_STUB(SetRxAgcConfig, (int channel, webrtc::AgcConfig config));
|