Searched refs:GetRxAgcConfig (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/extended/ |
D | agc_config_test.cc | 71 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/ |
D | voe_audio_processing_impl.h | 48 int GetRxAgcConfig(int channel, AgcConfig& config) override;
|
D | voe_audio_processing_impl.cc | 440 int VoEAudioProcessingImpl::GetRxAgcConfig(int channel, AgcConfig& config) { in GetRxAgcConfig() function in webrtc::VoEAudioProcessingImpl 454 return channelPtr->GetRxAgcConfig(config); in GetRxAgcConfig()
|
D | channel.h | 316 int GetRxAgcConfig(AgcConfig& config);
|
D | channel.cc | 2758 Channel::GetRxAgcConfig(AgcConfig& config) in GetRxAgcConfig() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_audio_processing.h | 154 virtual int GetRxAgcConfig(int channel, AgcConfig& config) = 0;
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 72 MOCK_METHOD2(GetRxAgcConfig, int(int channel, AgcConfig& config));
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 738 WEBRTC_STUB(GetRxAgcConfig, (int channel, webrtc::AgcConfig& config));
|