Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
Dagc_config_test.cc39 EXPECT_EQ(-1, voe_apm_->SetAgcConfig(agc_config)) << "Should not be able " in TEST_F()
45 EXPECT_EQ(-1, voe_apm_->SetAgcConfig(agc_config)) << "Should not be able " in TEST_F()
57 EXPECT_EQ(0, voe_apm_->SetAgcConfig(agc_config)); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h30 int SetAgcConfig(AgcConfig config) override;
Dvoe_audio_processing_impl.cc256 int VoEAudioProcessingImpl::SetAgcConfig(AgcConfig config) { in SetAgcConfig() function in webrtc::VoEAudioProcessingImpl
/external/webrtc/webrtc/voice_engine/include/
Dvoe_audio_processing.h86 virtual int SetAgcConfig(AgcConfig config) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h55 MOCK_METHOD1(SetAgcConfig, int(AgcConfig config));
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc720 if (voe_wrapper_->processing()->SetAgcConfig(default_agc_config_) == -1) { in ApplyOptions()
721 LOG_RTCERR3(SetAgcConfig, in ApplyOptions()
990 if (voe_wrapper_->processing()->SetAgcConfig(config) == -1) { in AdjustAgcLevel()
991 LOG_RTCERR1(SetAgcConfig, config.targetLeveldBOv); in AdjustAgcLevel()
Dfakewebrtcvoiceengine.h698 WEBRTC_FUNC(SetAgcConfig, (webrtc::AgcConfig config)) {
Dwebrtcvoiceengine_unittest.cc2709 EXPECT_EQ(0, voe_.SetAgcConfig(set_config)); in TEST_F()