Searched refs:voe_apm_ (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | audio_processing_test.cc | 36 EXPECT_EQ(0, voe_apm_->SetAgcStatus(true, agc_mode_to_set)); in TryEnablingAgcWithMode() 41 EXPECT_EQ(0, voe_apm_->GetAgcStatus(agc_enabled, agc_mode)); in TryEnablingAgcWithMode() 47 EXPECT_EQ(0, voe_apm_->SetRxAgcStatus(channel_, true, agc_mode_to_set)); in TryEnablingRxAgcWithMode() 52 EXPECT_EQ(0, voe_apm_->GetRxAgcStatus(channel_, rx_agc_enabled, agc_mode)); in TryEnablingRxAgcWithMode() 61 EXPECT_EQ(0, voe_apm_->SetEcStatus(true, ec_mode_to_set)); in TryEnablingEcWithMode() 66 EXPECT_EQ(0, voe_apm_->GetEcStatus(ec_enabled, ec_mode)); in TryEnablingEcWithMode() 74 EXPECT_EQ(0, voe_apm_->SetAecmMode(aecm_mode_to_set, cng_enabled_to_set)); in TryEnablingAecmWithMode() 79 voe_apm_->GetAecmMode(aecm_mode, cng_enabled); in TryEnablingAecmWithMode() 87 EXPECT_EQ(0, voe_apm_->SetNsStatus(true, ns_mode_to_set)); in TryEnablingNsWithMode() 91 EXPECT_EQ(0, voe_apm_->GetNsStatus(ns_status, ns_mode)); in TryEnablingNsWithMode() [all …]
|
D | volume_test.cc | 178 EXPECT_EQ(0, voe_apm_->SetAgcStatus(false)); in TEST_F()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/extended/ |
D | ec_metrics_test.cc | 18 EXPECT_EQ(0, voe_apm_->GetEcMetricsStatus(enabled)); in TEST_F() 23 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(true)); in TEST_F() 25 EXPECT_EQ(0, voe_apm_->GetEcMetricsStatus(ec_on)); in TEST_F() 27 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(false)); in TEST_F() 28 EXPECT_EQ(0, voe_apm_->GetEcMetricsStatus(ec_on)); in TEST_F() 35 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(true)); in TEST_F() 38 EXPECT_EQ(0, voe_apm_->SetEcStatus(true, webrtc::kEcAec)); in TEST_F() 48 EXPECT_EQ(0, voe_apm_->GetEchoMetrics(erl, erle, rerl, a_nlp)); in TEST_F() 49 EXPECT_EQ(0, voe_apm_->GetEcDelayMetrics(delay_median, delay_std, in TEST_F() 57 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(false)); in TEST_F() [all …]
|
D | agc_config_test.cc | 28 EXPECT_EQ(0, voe_apm_->GetAgcConfig(agc_config)); in TEST_F() 39 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() 58 EXPECT_EQ(0, voe_apm_->GetAgcConfig(actual_config)); in TEST_F() 71 EXPECT_EQ(0, voe_apm_->GetRxAgcConfig(channel_, agc_config)); in TEST_F() 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() 101 EXPECT_EQ(0, voe_apm_->GetRxAgcConfig(channel_, actual_config)); in TEST_F()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_standard_test.cc | 110 voe_apm_(0) { in VoETestManager() 136 voe_apm_ = VoEAudioProcessing::GetInterface(voice_engine_); in GetInterfaces() 186 if (voe_apm_) { in ReleaseInterfaces() 187 voe_apm_->Release(); in ReleaseInterfaces() 188 voe_apm_ = NULL; in ReleaseInterfaces()
|
D | voe_standard_test.h | 153 return voe_apm_; in APMPtr() 199 VoEAudioProcessing* voe_apm_; variable
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
D | before_initialization_fixture.cc | 24 voe_apm_ = webrtc::VoEAudioProcessing::GetInterface(voice_engine_); in BeforeInitializationFixture() 39 voe_apm_->Release(); in ~BeforeInitializationFixture()
|
D | before_initialization_fixture.h | 63 webrtc::VoEAudioProcessing* voe_apm_; variable
|