Home
last modified time | relevance | path

Searched refs:EchoCancellation (Results 1 – 25 of 147) sorted by relevance

123456

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_bit_exact_unittest.cc25 EchoCancellation::SuppressionLevel suppression_level, in SetupComponent()
29 EchoCancellation* ec = static_cast<EchoCancellation*>(echo_canceller); in SetupComponent()
59 static_cast<EchoCancellation*>(echo_canceller) in ProcessOneFrame()
75 EchoCancellation::SuppressionLevel suppression_level, in RunBitexactnessTest()
153 EchoCancellation::SuppressionLevel::kHighSuppression,
167 EchoCancellation::SuppressionLevel::kHighSuppression,
181 EchoCancellation::SuppressionLevel::kHighSuppression,
195 EchoCancellation::SuppressionLevel::kHighSuppression,
213 EchoCancellation::SuppressionLevel::kLowSuppression,
241 EchoCancellation::SuppressionLevel::kHighSuppression,
[all …]
H A Decho_cancellation_impl.cc24 int16_t MapSetting(EchoCancellation::SuppressionLevel level) { in MapSetting()
26 case EchoCancellation::kLowSuppression: in MapSetting()
28 case EchoCancellation::kModerateSuppression: in MapSetting()
30 case EchoCancellation::kHighSuppression: in MapSetting()
246 EchoCancellation::SuppressionLevel EchoCancellationImpl::suppression_level() in suppression_level()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_bit_exact_unittest.cc25 EchoCancellation::SuppressionLevel suppression_level, in SetupComponent()
29 EchoCancellation* ec = static_cast<EchoCancellation*>(echo_canceller); in SetupComponent()
59 static_cast<EchoCancellation*>(echo_canceller) in ProcessOneFrame()
75 EchoCancellation::SuppressionLevel suppression_level, in RunBitexactnessTest()
153 EchoCancellation::SuppressionLevel::kHighSuppression,
167 EchoCancellation::SuppressionLevel::kHighSuppression,
181 EchoCancellation::SuppressionLevel::kHighSuppression,
195 EchoCancellation::SuppressionLevel::kHighSuppression,
213 EchoCancellation::SuppressionLevel::kLowSuppression,
241 EchoCancellation::SuppressionLevel::kHighSuppression,
[all …]
H A Decho_cancellation_impl.cc24 int16_t MapSetting(EchoCancellation::SuppressionLevel level) { in MapSetting()
26 case EchoCancellation::kLowSuppression: in MapSetting()
28 case EchoCancellation::kModerateSuppression: in MapSetting()
30 case EchoCancellation::kHighSuppression: in MapSetting()
246 EchoCancellation::SuppressionLevel EchoCancellationImpl::suppression_level() in suppression_level()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Decho_cancellation_bit_exact_unittest.cc25 EchoCancellation::SuppressionLevel suppression_level, in SetupComponent()
29 EchoCancellation* ec = static_cast<EchoCancellation*>(echo_canceller); in SetupComponent()
59 static_cast<EchoCancellation*>(echo_canceller) in ProcessOneFrame()
75 EchoCancellation::SuppressionLevel suppression_level, in RunBitexactnessTest()
153 EchoCancellation::SuppressionLevel::kHighSuppression,
167 EchoCancellation::SuppressionLevel::kHighSuppression,
181 EchoCancellation::SuppressionLevel::kHighSuppression,
195 EchoCancellation::SuppressionLevel::kHighSuppression,
213 EchoCancellation::SuppressionLevel::kLowSuppression,
241 EchoCancellation::SuppressionLevel::kHighSuppression,
[all …]
H A Decho_cancellation_impl.cc23 int16_t MapSetting(EchoCancellation::SuppressionLevel level) { in MapSetting()
25 case EchoCancellation::kLowSuppression: in MapSetting()
27 case EchoCancellation::kModerateSuppression: in MapSetting()
29 case EchoCancellation::kHighSuppression: in MapSetting()
232 EchoCancellation::SuppressionLevel EchoCancellationImpl::suppression_level() in suppression_level()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Decho_cancellation_bit_exact_unittest.cc25 EchoCancellation::SuppressionLevel suppression_level, in SetupComponent()
29 EchoCancellation* ec = static_cast<EchoCancellation*>(echo_canceller); in SetupComponent()
59 static_cast<EchoCancellation*>(echo_canceller) in ProcessOneFrame()
75 EchoCancellation::SuppressionLevel suppression_level, in RunBitexactnessTest()
153 EchoCancellation::SuppressionLevel::kHighSuppression,
167 EchoCancellation::SuppressionLevel::kHighSuppression,
181 EchoCancellation::SuppressionLevel::kHighSuppression,
195 EchoCancellation::SuppressionLevel::kHighSuppression,
213 EchoCancellation::SuppressionLevel::kLowSuppression,
241 EchoCancellation::SuppressionLevel::kHighSuppression,
[all …]
H A Decho_cancellation_impl.cc24 int16_t MapSetting(EchoCancellation::SuppressionLevel level) { in MapSetting()
26 case EchoCancellation::kLowSuppression: in MapSetting()
28 case EchoCancellation::kModerateSuppression: in MapSetting()
30 case EchoCancellation::kHighSuppression: in MapSetting()
246 EchoCancellation::SuppressionLevel EchoCancellationImpl::suppression_level() in suppression_level()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/media/engine/
H A Dapm_helpers_unittest.cc51 EchoCancellation* ec = apm()->echo_cancellation(); in GetEcMetricsStatus()
58 EchoCancellation* ec = apm()->echo_cancellation(); in CanGetEcMetrics()
59 EchoCancellation::Metrics metrics; in CanGetEcMetrics()
142 EchoCancellation* ec = helper.apm()->echo_cancellation(); in TEST()
150 EchoCancellation* ec = helper.apm()->echo_cancellation(); in TEST()
164 EXPECT_EQ(EchoCancellation::kHighSuppression, ec->suppression_level()); in TEST()
169 EXPECT_EQ(EchoCancellation::kHighSuppression, ec->suppression_level()); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/media/engine/
H A Dapm_helpers_unittest.cc51 EchoCancellation* ec = apm()->echo_cancellation(); in GetEcMetricsStatus()
58 EchoCancellation* ec = apm()->echo_cancellation(); in CanGetEcMetrics()
59 EchoCancellation::Metrics metrics; in CanGetEcMetrics()
142 EchoCancellation* ec = helper.apm()->echo_cancellation(); in TEST()
150 EchoCancellation* ec = helper.apm()->echo_cancellation(); in TEST()
164 EXPECT_EQ(EchoCancellation::kHighSuppression, ec->suppression_level()); in TEST()
169 EXPECT_EQ(EchoCancellation::kHighSuppression, ec->suppression_level()); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/media/engine/
H A Dapm_helpers_unittest.cc51 EchoCancellation* ec = apm()->echo_cancellation(); in GetEcMetricsStatus()
58 EchoCancellation* ec = apm()->echo_cancellation(); in CanGetEcMetrics()
59 EchoCancellation::Metrics metrics; in CanGetEcMetrics()
142 EchoCancellation* ec = helper.apm()->echo_cancellation(); in TEST()
150 EchoCancellation* ec = helper.apm()->echo_cancellation(); in TEST()
164 EXPECT_EQ(EchoCancellation::kHighSuppression, ec->suppression_level()); in TEST()
169 EXPECT_EQ(EchoCancellation::kHighSuppression, ec->suppression_level()); in TEST()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/
H A Daudio_processing.h22 class EchoCancellation; variable
204 virtual EchoCancellation* echo_cancellation() const = 0;
252 class EchoCancellation {
334 virtual ~EchoCancellation() {}; in ~EchoCancellation()
H A Decho_cancellation_impl.cc27 WebRtc_Word16 MapSetting(EchoCancellation::SuppressionLevel level) { in MapSetting()
29 case EchoCancellation::kLowSuppression: in MapSetting()
31 case EchoCancellation::kModerateSuppression: in MapSetting()
33 case EchoCancellation::kHighSuppression: in MapSetting()
186 EchoCancellation::SuppressionLevel EchoCancellationImpl::suppression_level() in suppression_level()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Decho_cancellation_impl.cc28 int16_t MapSetting(EchoCancellation::SuppressionLevel level) { in MapSetting()
30 case EchoCancellation::kLowSuppression: in MapSetting()
32 case EchoCancellation::kModerateSuppression: in MapSetting()
34 case EchoCancellation::kHighSuppression: in MapSetting()
190 EchoCancellation::SuppressionLevel EchoCancellationImpl::suppression_level() in suppression_level()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/
H A Decho_cancellation_impl.cc28 int16_t MapSetting(EchoCancellation::SuppressionLevel level) { in MapSetting()
30 case EchoCancellation::kLowSuppression: in MapSetting()
32 case EchoCancellation::kModerateSuppression: in MapSetting()
34 case EchoCancellation::kHighSuppression: in MapSetting()
190 EchoCancellation::SuppressionLevel EchoCancellationImpl::suppression_level() in suppression_level()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_impl.cc28 int16_t MapSetting(EchoCancellation::SuppressionLevel level) { in MapSetting()
30 case EchoCancellation::kLowSuppression: in MapSetting()
32 case EchoCancellation::kModerateSuppression: in MapSetting()
34 case EchoCancellation::kHighSuppression: in MapSetting()
190 EchoCancellation::SuppressionLevel EchoCancellationImpl::suppression_level() in suppression_level()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/include/
H A Daudio_processing.h32 class EchoCancellation; variable
382 virtual EchoCancellation* echo_cancellation() const = 0;
435 class EchoCancellation {
525 virtual ~EchoCancellation() {} in ~EchoCancellation()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/test/
H A Ddebug_dump_test.cc419 static_cast<EchoCancellation::SuppressionLevel>( in ConfigureApm()
524 EchoCancellation* aec = generator.apm()->echo_cancellation(); in TEST_F()
539 EchoCancellation* aec = generator.apm()->echo_cancellation(); in TEST_F()
550 EchoCancellation* aec = generator.apm()->echo_cancellation(); in TEST_F()
553 aec->set_suppression_level(EchoCancellation::kLowSuppression)); in TEST_F()
558 aec->set_suppression_level(EchoCancellation::kHighSuppression)); in TEST_F()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/include/
H A Daudio_processing.h40 class EchoCancellation; variable
433 virtual EchoCancellation* echo_cancellation() const = 0;
598 class EchoCancellation {
688 virtual ~EchoCancellation() {} in ~EchoCancellation()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/include/
H A Daudio_processing.h40 class EchoCancellation; variable
433 virtual EchoCancellation* echo_cancellation() const = 0;
598 class EchoCancellation {
688 virtual ~EchoCancellation() {} in ~EchoCancellation()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webrtc/
H A DMediaEngineWebRTCAudio.cpp167 bool aEnable, bool aUseAecMobile, EchoCancellation::SuppressionLevel aLevel, in UpdateAECSettings()
179 bool aUseAecMobile, EchoCancellation::SuppressionLevel aLevel, in UpdateAECSettings()
200 EchoCancellation::SuppressionLevel mLevel; in UpdateAECSettings()
366 static_cast<webrtc::EchoCancellation::SuppressionLevel>(aPrefs.mAec), in ApplySettings()
699 bool aEnable, bool aUseAecMobile, EchoCancellation::SuppressionLevel aLevel, in UpdateAECSettings()
708 if (aLevel != EchoCancellation::SuppressionLevel::kLowSuppression && in UpdateAECSettings()
709 aLevel != EchoCancellation::SuppressionLevel::kModerateSuppression && in UpdateAECSettings()
710 aLevel != EchoCancellation::SuppressionLevel::kHighSuppression) { in UpdateAECSettings()
714 aLevel = EchoCancellation::SuppressionLevel::kModerateSuppression; in UpdateAECSettings()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/
H A DMediaEngineWebRTCAudio.cpp169 bool aEnable, bool aUseAecMobile, EchoCancellation::SuppressionLevel aLevel, in UpdateAECSettings()
180 bool aUseAecMobile, EchoCancellation::SuppressionLevel aLevel, in UpdateAECSettings()
198 EchoCancellation::SuppressionLevel mLevel; in UpdateAECSettings()
363 static_cast<webrtc::EchoCancellation::SuppressionLevel>(aPrefs.mAec), in ApplySettings()
677 bool aEnable, bool aUseAecMobile, EchoCancellation::SuppressionLevel aLevel, in UpdateAECSettings()
685 if (aLevel != EchoCancellation::SuppressionLevel::kLowSuppression && in UpdateAECSettings()
686 aLevel != EchoCancellation::SuppressionLevel::kModerateSuppression && in UpdateAECSettings()
687 aLevel != EchoCancellation::SuppressionLevel::kHighSuppression) { in UpdateAECSettings()
693 aLevel = EchoCancellation::SuppressionLevel::kModerateSuppression; in UpdateAECSettings()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/
H A DMediaEngineWebRTCAudio.cpp169 bool aEnable, bool aUseAecMobile, EchoCancellation::SuppressionLevel aLevel, in UpdateAECSettings()
180 bool aUseAecMobile, EchoCancellation::SuppressionLevel aLevel, in UpdateAECSettings()
198 EchoCancellation::SuppressionLevel mLevel; in UpdateAECSettings()
363 static_cast<webrtc::EchoCancellation::SuppressionLevel>(aPrefs.mAec), in ApplySettings()
677 bool aEnable, bool aUseAecMobile, EchoCancellation::SuppressionLevel aLevel, in UpdateAECSettings()
685 if (aLevel != EchoCancellation::SuppressionLevel::kLowSuppression && in UpdateAECSettings()
686 aLevel != EchoCancellation::SuppressionLevel::kModerateSuppression && in UpdateAECSettings()
687 aLevel != EchoCancellation::SuppressionLevel::kHighSuppression) { in UpdateAECSettings()
693 aLevel = EchoCancellation::SuppressionLevel::kModerateSuppression; in UpdateAECSettings()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp122 typedef webrtc::EchoCancellation::SuppressionLevel GstWebrtcEchoSuppressionLevel;
130 {webrtc::EchoCancellation::kLowSuppression, "Low Suppression", "low"}, in gst_webrtc_echo_suppression_level_get_type()
131 {webrtc::EchoCancellation::kModerateSuppression, in gst_webrtc_echo_suppression_level_get_type()
133 {webrtc::EchoCancellation::kHighSuppression, "high Suppression", "high"}, in gst_webrtc_echo_suppression_level_get_type()
260 webrtc::EchoCancellation::SuppressionLevel echo_suppression_level;
995 webrtc::EchoCancellation::kModerateSuppression, in gst_webrtc_dsp_class_init()
1012 webrtc::EchoCancellation::kModerateSuppression, in gst_webrtc_dsp_class_init()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/webrtcdsp/
H A Dgstwebrtcdsp.cpp122 typedef webrtc::EchoCancellation::SuppressionLevel GstWebrtcEchoSuppressionLevel;
130 {webrtc::EchoCancellation::kLowSuppression, "Low Suppression", "low"}, in gst_webrtc_echo_suppression_level_get_type()
131 {webrtc::EchoCancellation::kModerateSuppression, in gst_webrtc_echo_suppression_level_get_type()
133 {webrtc::EchoCancellation::kHighSuppression, "high Suppression", "high"}, in gst_webrtc_echo_suppression_level_get_type()
260 webrtc::EchoCancellation::SuppressionLevel echo_suppression_level;
995 webrtc::EchoCancellation::kModerateSuppression, in gst_webrtc_dsp_class_init()
1012 webrtc::EchoCancellation::kModerateSuppression, in gst_webrtc_dsp_class_init()

123456