Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
Dec_metrics_test.cc23 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(true)); in TEST_F()
27 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(false)); in TEST_F()
35 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(true)); in TEST_F()
57 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(false)); in TEST_F()
62 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(true)); in TEST_F()
70 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(true)); in TEST_F()
79 EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(true)); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h72 int SetEcMetricsStatus(bool enable) override;
Dvoe_audio_processing_impl.cc785 int VoEAudioProcessingImpl::SetEcMetricsStatus(bool enable) { in SetEcMetricsStatus() function in webrtc::VoEAudioProcessingImpl
/external/webrtc/webrtc/voice_engine/include/
Dvoe_audio_processing.h173 virtual int SetEcMetricsStatus(bool enable) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h77 MOCK_METHOD1(SetEcMetricsStatus, int(bool enable));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h743 WEBRTC_FUNC(SetEcMetricsStatus, (bool enable)) {
Dwebrtcvoiceengine.cc668 if (voep->SetEcMetricsStatus(*options.echo_cancellation) == -1) { in ApplyOptions()
669 LOG_RTCERR1(SetEcMetricsStatus, *options.echo_cancellation); in ApplyOptions()