Home
last modified time | relevance | path

Searched refs:echo_cancellation (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_impl_unittest.cc21 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
23 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
24 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
26 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
51 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
53 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
54 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
56 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
H A Daudio_processing_unittest.cc189 EXPECT_NOERR(ap->echo_cancellation()->Enable(true)); in EnableAllAPComponents()
596 apm_->echo_cancellation()->set_stream_drift_samples(0); in ProcessWithDefaultStreamParameters()
741 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
764 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
939 apm_->echo_cancellation()->suppression_level()); in TEST_F()
947 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
964 EXPECT_FALSE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
973 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
975 EXPECT_FALSE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
978 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
[all …]
H A Daudio_processing_impl.cc279 std::unique_ptr<EchoCancellationImpl> echo_cancellation; member
380 public_submodules_->echo_cancellation.reset( in AudioProcessingImpl()
521 public_submodules_->echo_cancellation->Initialize( in InitializeLocked()
1043 public_submodules_->echo_cancellation->ProcessRenderAudio( in EmptyQueuedRenderAudio()
1204 if (public_submodules_->echo_cancellation->is_enabled() && in ProcessCaptureStreamLocked()
1601 public_submodules_->echo_cancellation->GetDelayMetrics( in GetStatistics()
1659 return public_submodules_->echo_cancellation.get(); in echo_cancellation()
1706 public_submodules_->echo_cancellation->is_enabled(), in UpdateActiveSubmoduleStates()
1798 if (echo_cancellation()->is_enabled()) { in MaybeUpdateHistograms()
1802 echo_cancellation()->stream_has_echo()) { in MaybeUpdateHistograms()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Decho_cancellation_impl_unittest.cc23 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
25 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
26 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
28 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
53 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
55 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
56 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
58 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_impl_unittest.cc21 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
23 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
24 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
26 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
51 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
53 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
54 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
56 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
H A Daudio_processing_unittest.cc189 EXPECT_NOERR(ap->echo_cancellation()->Enable(true)); in EnableAllAPComponents()
596 apm_->echo_cancellation()->set_stream_drift_samples(0); in ProcessWithDefaultStreamParameters()
741 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
764 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
939 apm_->echo_cancellation()->suppression_level()); in TEST_F()
947 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
964 EXPECT_FALSE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
973 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
975 EXPECT_FALSE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
978 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
[all …]
H A Daudio_processing_impl.cc279 std::unique_ptr<EchoCancellationImpl> echo_cancellation; member
380 public_submodules_->echo_cancellation.reset( in AudioProcessingImpl()
521 public_submodules_->echo_cancellation->Initialize( in InitializeLocked()
1043 public_submodules_->echo_cancellation->ProcessRenderAudio( in EmptyQueuedRenderAudio()
1204 if (public_submodules_->echo_cancellation->is_enabled() && in ProcessCaptureStreamLocked()
1601 public_submodules_->echo_cancellation->GetDelayMetrics( in GetStatistics()
1659 return public_submodules_->echo_cancellation.get(); in echo_cancellation()
1706 public_submodules_->echo_cancellation->is_enabled(), in UpdateActiveSubmoduleStates()
1798 if (echo_cancellation()->is_enabled()) { in MaybeUpdateHistograms()
1802 echo_cancellation()->stream_has_echo()) { in MaybeUpdateHistograms()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Decho_cancellation_impl_unittest.cc21 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
23 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
24 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
26 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
51 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
53 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
54 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
56 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
H A Daudio_processing_unittest.cc181 EXPECT_NOERR(ap->echo_cancellation()->Enable(true)); in EnableAllAPComponents()
577 apm_->echo_cancellation()->set_stream_drift_samples(0); in ProcessWithDefaultStreamParameters()
724 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
747 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
924 apm_->echo_cancellation()->suppression_level()); in TEST_F()
932 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
949 EXPECT_FALSE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
958 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
960 EXPECT_FALSE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
963 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Decho_cancellation_impl_unittest.cc21 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
23 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
24 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
26 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
51 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
53 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
54 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
56 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
H A Daudio_processing_unittest.cc189 EXPECT_NOERR(ap->echo_cancellation()->Enable(true)); in EnableAllAPComponents()
596 apm_->echo_cancellation()->set_stream_drift_samples(0); in ProcessWithDefaultStreamParameters()
741 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
764 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
939 apm_->echo_cancellation()->suppression_level()); in TEST_F()
947 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
964 EXPECT_FALSE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
973 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
975 EXPECT_FALSE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
978 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
[all …]
H A Daudio_processing_impl.cc279 std::unique_ptr<EchoCancellationImpl> echo_cancellation; member
380 public_submodules_->echo_cancellation.reset( in AudioProcessingImpl()
521 public_submodules_->echo_cancellation->Initialize( in InitializeLocked()
1043 public_submodules_->echo_cancellation->ProcessRenderAudio( in EmptyQueuedRenderAudio()
1204 if (public_submodules_->echo_cancellation->is_enabled() && in ProcessCaptureStreamLocked()
1601 public_submodules_->echo_cancellation->GetDelayMetrics( in GetStatistics()
1659 return public_submodules_->echo_cancellation.get(); in echo_cancellation()
1706 public_submodules_->echo_cancellation->is_enabled(), in UpdateActiveSubmoduleStates()
1798 if (echo_cancellation()->is_enabled()) { in MaybeUpdateHistograms()
1802 echo_cancellation()->stream_has_echo()) { in MaybeUpdateHistograms()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_impl_unittest.cc23 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
25 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
26 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
28 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
53 EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL); in TEST()
55 EXPECT_EQ(ap->kNoError, ap->echo_cancellation()->Enable(true)); in TEST()
56 EXPECT_TRUE(ap->echo_cancellation()->is_enabled()); in TEST()
58 AecCore* aec_core = ap->echo_cancellation()->aec_core(); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Daudio_processing.h27 EchoCancellationType echo_cancellation = EchoCancellationType::kDisabled; member
36 return echo_cancellation == b.echo_cancellation &&
46 return echo_cancellation == EchoCancellationType::kAec3 || in requires_apm()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Daudio_processing.h27 EchoCancellationType echo_cancellation = EchoCancellationType::kDisabled; member
36 return echo_cancellation == b.echo_cancellation &&
46 return echo_cancellation == EchoCancellationType::kAec3 || in requires_apm()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc293 EchoCancellation* aec = _shared->audio_processing()->echo_cancellation(); in EnableDriftCompensation()
305 EchoCancellation* aec = _shared->audio_processing()->echo_cancellation(); in DriftCompensationEnabled()
340 ->echo_cancellation() in SetEcStatus()
350 ->echo_cancellation() in SetEcStatus()
365 if (_shared->audio_processing()->echo_cancellation()->is_enabled()) { in SetEcStatus()
546 if ((_shared->audio_processing()->echo_cancellation()->enable_metrics( in SetEcMetricsStatus()
566 ->echo_cancellation() in GetEcMetricsStatus()
589 if (!_shared->audio_processing()->echo_cancellation()->is_enabled()) { in GetEchoMetrics()
598 if (_shared->audio_processing()->echo_cancellation()->GetMetrics( in GetEchoMetrics()
621 if (!_shared->audio_processing()->echo_cancellation()->is_enabled()) { in GetEcDelayMetrics()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc170 EXPECT_NOERR(ap->echo_cancellation()->Enable(true)); in EnableAllAPComponents()
559 apm_->echo_cancellation()->set_stream_drift_samples(0); in ProcessWithDefaultStreamParameters()
701 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
724 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
737 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
758 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
846 apm_->echo_cancellation()->suppression_level()); in TEST_F()
875 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
877 EXPECT_FALSE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
880 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
[all …]
/dports/audio/libfilteraudio/filter_audio-0.0.1/
H A Dfilter_audio.c19 void *gain_control, *echo_cancellation; member
62 WebRtcAec_Free(f_a->echo_cancellation); in kill_filter_audio()
108 if (WebRtcAec_Create(&f_a->echo_cancellation) == -1) { in new_filter_audio()
116 WebRtcAec_Free(f_a->echo_cancellation); in new_filter_audio()
123 WebRtcAec_enable_delay_correction(WebRtcAec_aec_core(f_a->echo_cancellation), kAecTrue); in new_filter_audio()
124 WebRtcAec_enable_reported_delay(WebRtcAec_aec_core(f_a->echo_cancellation), kAecTrue); in new_filter_audio()
150 …if (WebRtcAec_Init(f_a->echo_cancellation, fs, f_a->fs) == -1 || WebRtcAec_set_config(f_a->echo_ca… in new_filter_audio()
272 if (WebRtcAec_BufferFarend(f_a->echo_cancellation, d_f, nsx_samples) == -1) { in pass_audio_output()
355 …if (WebRtcAec_Process(f_a->echo_cancellation, d_f_l, d_f_h, d_f_l, d_f_h, nsx_samples, f_a->msInSn… in filter_audio()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc178 EXPECT_NOERR(ap->echo_cancellation()->Enable(true)); in EnableAllAPComponents()
578 apm_->echo_cancellation()->set_stream_drift_samples(0); in ProcessWithDefaultStreamParameters()
725 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
748 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
761 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
782 apm_->echo_cancellation()->set_stream_drift_samples(0); in StreamParametersTest()
925 apm_->echo_cancellation()->suppression_level()); in TEST_F()
954 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
956 EXPECT_FALSE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
959 EXPECT_TRUE(apm_->echo_cancellation()->is_enabled()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/
H A Daudio_options.cc41 SetFrom(&echo_cancellation, change.echo_cancellation); in SetAll()
71 return echo_cancellation == o.echo_cancellation && in operator ==()
102 ToStringIfSet(&result, "aec", echo_cancellation); in ToString()
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/
H A Daudio_options.cc41 SetFrom(&echo_cancellation, change.echo_cancellation); in SetAll()
71 return echo_cancellation == o.echo_cancellation && in operator ==()
102 ToStringIfSet(&result, "aec", echo_cancellation); in ToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/
H A Daudio_options.cc41 SetFrom(&echo_cancellation, change.echo_cancellation); in SetAll()
71 return echo_cancellation == o.echo_cancellation && in operator ==()
102 ToStringIfSet(&result, "aec", echo_cancellation); in ToString()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/
H A Daudio_options.cc41 SetFrom(&echo_cancellation, change.echo_cancellation); in SetAll()
71 return echo_cancellation == o.echo_cancellation && in operator ==()
102 ToStringIfSet(&result, "aec", echo_cancellation); in ToString()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc506 EchoCancellation* aec = _shared->audio_processing()->echo_cancellation(); in EnableDriftCompensation()
519 EchoCancellation* aec = _shared->audio_processing()->echo_cancellation(); in DriftCompensationEnabled()
557 if (_shared->audio_processing()->echo_cancellation()-> in SetEcStatus()
564 if (_shared->audio_processing()->echo_cancellation()-> in SetEcStatus()
579 if (_shared->audio_processing()->echo_cancellation()->is_enabled()) { in SetEcStatus()
582 if (_shared->audio_processing()->echo_cancellation()-> in SetEcStatus()
859 bool delay_mode = _shared->audio_processing()->echo_cancellation()-> in GetEcMetricsStatus()
891 if (!_shared->audio_processing()->echo_cancellation()->is_enabled()) { in GetEchoMetrics()
899 if (_shared->audio_processing()->echo_cancellation()->GetMetrics( in GetEchoMetrics()
933 if (!_shared->audio_processing()->echo_cancellation()->is_enabled()) { in GetEcDelayMetrics()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/audio/public/cpp/
H A Daudio_processing_mojom_traits.cc14 media::EchoCancellationType echo_cancellation; in Read() local
15 if (!data.ReadEchoCancellation(&echo_cancellation)) in Read()
27 echo_cancellation, noise_suppression, in Read()

12345678910>>...20