Home
last modified time | relevance | path

Searched refs:agc_mode (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Daudio_processing_test.cc39 webrtc::AgcModes agc_mode = webrtc::kAgcDefault; in TryEnablingAgcWithMode() local
41 EXPECT_EQ(0, voe_apm_->GetAgcStatus(agc_enabled, agc_mode)); in TryEnablingAgcWithMode()
43 EXPECT_EQ(agc_mode_to_set, agc_mode); in TryEnablingAgcWithMode()
50 webrtc::AgcModes agc_mode = webrtc::kAgcDefault; in TryEnablingRxAgcWithMode() local
52 EXPECT_EQ(0, voe_apm_->GetRxAgcStatus(channel_, rx_agc_enabled, agc_mode)); in TryEnablingRxAgcWithMode()
54 EXPECT_EQ(agc_mode_to_set, agc_mode); in TryEnablingRxAgcWithMode()
145 webrtc::AgcModes agc_mode = webrtc::kAgcAdaptiveAnalog; in TEST_F() local
147 EXPECT_EQ(0, voe_apm_->GetAgcStatus(agc_enabled, agc_mode)); in TEST_F()
149 EXPECT_EQ(webrtc::kAgcAdaptiveAnalog, agc_mode); in TEST_F()
253 webrtc::AgcModes agc_mode = webrtc::kAgcDefault; in TEST_F() local
[all …]
/external/adhd/cras/src/server/config/
Dapm_config.c57 config->agc_mode = (enum gain_control_mode) in apm_config_get()
88 syslog(LOG_ERR, "gain_control_mode %u", config->agc_mode); in apm_config_dump()
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.proto60 optional int32 agc_mode = 10; field
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine_unittest.cc2529 webrtc::AgcModes agc_mode; in TEST_F() local
2538 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2563 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2595 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2640 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2647 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2683 webrtc::AgcModes agc_mode; in TEST_F() local
2691 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2772 webrtc::AgcModes agc_mode; in TEST_F() local
2776 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
[all …]
Dwebrtcvoiceengine.cc596 webrtc::AgcModes agc_mode = webrtc::kAgcAdaptiveAnalog; in ApplyOptions() local
616 agc_mode = webrtc::kAgcFixedDigital; in ApplyOptions()
694 if (voep->SetAgcStatus(*options.auto_gain_control, agc_mode) == -1) { in ApplyOptions()
695 LOG_RTCERR2(SetAgcStatus, *options.auto_gain_control, agc_mode); in ApplyOptions()
699 << " with mode " << agc_mode; in ApplyOptions()
/external/webrtc/webrtc/modules/audio_processing/test/
Dunpack.cc247 PRINT_CONFIG(agc_mode); in do_main()
Ddebug_dump_test.cc449 static_cast<GainControl::Mode>(msg.agc_mode()))); in ConfigureApm()