Home
last modified time | relevance | path

Searched refs:EchoCanceller3Config (Results 1 – 25 of 85) sorted by relevance

1234

/external/webrtc/api/audio/test/
Decho_canceller3_config_unittest.cc18 TEST(EchoCanceller3Config, ValidConfigIsNotModified) { in TEST() argument
19 EchoCanceller3Config config; in TEST()
20 EXPECT_TRUE(EchoCanceller3Config::Validate(&config)); in TEST()
21 EchoCanceller3Config default_config; in TEST()
26 TEST(EchoCanceller3Config, InvalidConfigIsCorrected) { in TEST() argument
28 EchoCanceller3Config config; in TEST()
30 EXPECT_FALSE(EchoCanceller3Config::Validate(&config)); in TEST()
33 EchoCanceller3Config default_config; in TEST()
40 TEST(EchoCanceller3Config, ValidatedConfigsAreValid) { in TEST() argument
41 EchoCanceller3Config config; in TEST()
[all …]
/external/webrtc/api/audio/
Decho_canceller3_config.cc51 EchoCanceller3Config::EchoCanceller3Config() = default;
52 EchoCanceller3Config::EchoCanceller3Config(const EchoCanceller3Config& e) =
54 EchoCanceller3Config& EchoCanceller3Config::operator=(
55 const EchoCanceller3Config& e) = default;
56 EchoCanceller3Config::Delay::Delay() = default;
57 EchoCanceller3Config::Delay::Delay(const EchoCanceller3Config::Delay& e) =
59 EchoCanceller3Config::Delay& EchoCanceller3Config::Delay::operator=(
62 EchoCanceller3Config::EchoModel::EchoModel() = default;
63 EchoCanceller3Config::EchoModel::EchoModel(
64 const EchoCanceller3Config::EchoModel& e) = default;
[all …]
Decho_canceller3_config.h21 struct RTC_EXPORT EchoCanceller3Config { struct
24 static bool Validate(EchoCanceller3Config* config);
26 EchoCanceller3Config();
27 EchoCanceller3Config(const EchoCanceller3Config& e);
28 EchoCanceller3Config& operator=(const EchoCanceller3Config& other); argument
Decho_canceller3_config_json.h27 EchoCanceller3Config* config,
35 RTC_EXPORT EchoCanceller3Config
41 const EchoCanceller3Config& config);
Decho_canceller3_factory.h29 explicit EchoCanceller3Factory(const EchoCanceller3Config& config);
37 const EchoCanceller3Config config_;
/external/webrtc/modules/audio_processing/aec3/
Dcoarse_filter_update_gain.h29 const EchoCanceller3Config::Filter::CoarseConfiguration& config,
45 const EchoCanceller3Config::Filter::CoarseConfiguration& config, in SetConfig()
58 EchoCanceller3Config::Filter::CoarseConfiguration current_config_;
59 EchoCanceller3Config::Filter::CoarseConfiguration target_config_;
60 EchoCanceller3Config::Filter::CoarseConfiguration old_target_config_;
Drefined_filter_update_gain.h37 const EchoCanceller3Config::Filter::RefinedConfiguration& config,
58 const EchoCanceller3Config::Filter::RefinedConfiguration& config, in SetConfig()
75 EchoCanceller3Config::Filter::RefinedConfiguration current_config_;
76 EchoCanceller3Config::Filter::RefinedConfiguration target_config_;
77 EchoCanceller3Config::Filter::RefinedConfiguration old_target_config_;
Drender_delay_buffer_unittest.cc37 const EchoCanceller3Config config; in TEST()
71 EchoCanceller3Config(), kSampleRateHz, kNumChannels)); in TEST()
82 EchoCanceller3Config config; in TEST()
102 RenderDelayBuffer::Create(EchoCanceller3Config(), 48000, 1)); in TEST()
112 EchoCanceller3Config(), rate, num_channels)); in TEST()
128 EchoCanceller3Config(), rate, num_channels)); in TEST()
144 EchoCanceller3Config(), rate, num_channels)); in TEST()
Decho_remover_unittest.cc60 EchoRemover::Create(EchoCanceller3Config(), rate, num_render_channels, in TEST_P()
63 EchoCanceller3Config(), rate, num_render_channels)); in TEST_P()
96 EchoRemover::Create(EchoCanceller3Config(), 8001, 1, 1)), in TEST()
106 EchoRemover::Create(EchoCanceller3Config(), rate, 1, 1)); in TEST()
108 RenderDelayBuffer::Create(EchoCanceller3Config(), rate, 1)); in TEST()
129 EchoRemover::Create(EchoCanceller3Config(), rate, 1, 1)); in TEST()
131 RenderDelayBuffer::Create(EchoCanceller3Config(), rate, 1)); in TEST()
149 EchoRemover::Create(EchoCanceller3Config(), 16000, 1, 1)); in TEST()
151 RenderDelayBuffer::Create(EchoCanceller3Config(), 16000, 1)); in TEST()
182 EchoCanceller3Config config; in TEST()
Drender_delay_controller_unittest.cc58 EchoCanceller3Config config; in TEST()
94 EchoCanceller3Config config; in TEST()
108 RenderDelayController::Create(EchoCanceller3Config(), rate, in TEST()
138 EchoCanceller3Config config; in TEST()
203 EchoCanceller3Config config; in TEST()
226 RenderDelayController::Create(EchoCanceller3Config(), rate, in TEST()
263 EchoCanceller3Config config; in TEST()
331 EchoCanceller3Config config; in TEST()
338 RenderDelayController::Create(EchoCanceller3Config(), rate, 1)) in TEST()
351 EchoCanceller3Config config; in TEST()
[all …]
Decho_canceller3.h39 EchoCanceller3Config AdjustConfig(const EchoCanceller3Config& config);
88 EchoCanceller3(const EchoCanceller3Config& config,
93 EchoCanceller3(const EchoCanceller3Config& config,
134 static EchoCanceller3Config CreateDefaultConfig(size_t num_render_channels,
159 const EchoCanceller3Config config_;
Decho_path_delay_estimator_unittest.cc53 EchoCanceller3Config config; in TEST_P()
86 EchoCanceller3Config config; in TEST()
139 EchoCanceller3Config config; in TEST()
148 RenderDelayBuffer::Create(EchoCanceller3Config(), kSampleRateHz, in TEST()
170 EchoCanceller3Config config; in TEST()
185 EchoCanceller3Config config; in TEST()
198 EXPECT_DEATH(EchoPathDelayEstimator(nullptr, EchoCanceller3Config(), 1), ""); in TEST()
Daec_state.h42 AecState(const EchoCanceller3Config& config, size_t num_capture_channels);
153 const EchoCanceller3Config config_;
164 explicit InitialState(const EchoCanceller3Config& config);
190 FilterDelay(const EchoCanceller3Config& config,
225 explicit TransparentMode(const EchoCanceller3Config& config);
263 FilteringQualityAnalyzer(const EchoCanceller3Config& config,
Decho_canceller3_unittest.cc192 EchoCanceller3Config(), sample_rate_hz_, 1, 1, in RunCaptureTransportVerificationTest()
217 EchoCanceller3Config(), sample_rate_hz_, 1, 1, in RunRenderTransportVerificationTest()
288 EchoCanceller3 aec3(EchoCanceller3Config(), sample_rate_hz_, 1, 1, in RunEchoPathChangeVerificationTest()
368 EchoCanceller3 aec3(EchoCanceller3Config(), sample_rate_hz_, 1, 1, in RunEchoLeakageVerificationTest()
454 EchoCanceller3 aec3(EchoCanceller3Config(), sample_rate_hz_, 1, 1, in RunCaptureSaturationVerificationTest()
492 const EchoCanceller3Config config; in RunRenderSwapQueueVerificationTest()
544 EchoCanceller3 aec3(EchoCanceller3Config(), sample_rate_hz_, 1, 1); in RunRenderPipelineSwapQueueOverrunReturnValueTest()
569 EchoCanceller3 aec3(EchoCanceller3Config(), aec3_sample_rate_hz, 1, 1); in RunAnalyzeRenderNumBandsCheckVerification()
582 EchoCanceller3 aec3(EchoCanceller3Config(), aec3_sample_rate_hz, 1, 1); in RunProcessCaptureNumBandsCheckVerification()
691 EchoCanceller3Config default_config; in TEST()
[all …]
Dblock_processor_unittest.cc43 BlockProcessor::Create(EchoCanceller3Config(), sample_rate_hz, in RunBasicSetupAndApiCallTest()
62 BlockProcessor::Create(EchoCanceller3Config(), sample_rate_hz, in RunRenderBlockSizeVerificationTest()
77 BlockProcessor::Create(EchoCanceller3Config(), sample_rate_hz, in RunCaptureBlockSizeVerificationTest()
96 BlockProcessor::Create(EchoCanceller3Config(), sample_rate_hz, in RunRenderNumBandsVerificationTest()
114 BlockProcessor::Create(EchoCanceller3Config(), sample_rate_hz, in RunCaptureNumBandsVerificationTest()
161 EchoCanceller3Config(), rate, kNumRenderChannels, kNumCaptureChannels, in TEST()
218 EchoCanceller3Config(), rate, kNumRenderChannels, kNumCaptureChannels, in TEST()
288 BlockProcessor::Create(EchoCanceller3Config(), 16000, 1, 1)) in TEST()
298 BlockProcessor::Create(EchoCanceller3Config(), 8001, 1, 1)), in TEST()
Dsuppression_gain_unittest.cc44 AecState aec_state(EchoCanceller3Config{}, 1); in TEST()
46 SuppressionGain(EchoCanceller3Config{}, DetectOptimization(), 16000, 1) in TEST()
48 RenderSignalAnalyzer((EchoCanceller3Config{})), aec_state, in TEST()
64 SuppressionGain suppression_gain(EchoCanceller3Config(), DetectOptimization(), in TEST()
66 RenderSignalAnalyzer analyzer(EchoCanceller3Config{}); in TEST()
79 EchoCanceller3Config config; in TEST()
Dmatched_filter_lag_aggregator_unittest.cc35 EchoCanceller3Config config; in TEST()
72 EchoCanceller3Config config; in TEST()
103 EchoCanceller3Config config; in TEST()
123 EchoCanceller3Config config; in TEST()
148 EchoCanceller3Config config; in TEST()
Drender_signal_analyzer_unittest.cc58 RenderSignalAnalyzer analyzer(EchoCanceller3Config{}); in RunNarrowBandDetectionTest()
67 EchoCanceller3Config config; in RunNarrowBandDetectionTest()
121 RenderSignalAnalyzer analyzer(EchoCanceller3Config{}); in TEST()
131 RenderSignalAnalyzer analyzer(EchoCanceller3Config{}); in TEST()
138 RenderDelayBuffer::Create(EchoCanceller3Config(), 48000, num_channels)); in TEST()
Dblock_processor.h30 static BlockProcessor* Create(const EchoCanceller3Config& config,
36 const EchoCanceller3Config& config,
42 const EchoCanceller3Config& config,
Dmatched_filter_unittest.cc158 EchoCanceller3Config config; in TEST()
262 EchoCanceller3Config config; in TEST()
318 EchoCanceller3Config config; in TEST()
325 RenderDelayBuffer::Create(EchoCanceller3Config(), kSampleRateHz, in TEST()
361 EchoCanceller3Config config; in TEST()
380 EchoCanceller3Config config; in TEST()
389 EchoCanceller3Config config; in TEST()
400 EchoCanceller3Config config; in TEST()
412 EchoCanceller3Config config; in TEST()
Dsignal_dependent_erle_estimator_unittest.cc47 TestInputs(const EchoCanceller3Config& cfg,
81 TestInputs::TestInputs(const EchoCanceller3Config& cfg, in TestInputs()
153 EchoCanceller3Config cfg; in TEST_P()
164 if (EchoCanceller3Config::Validate(&cfg)) { in TEST_P()
187 EchoCanceller3Config cfg; in TEST_P()
193 EXPECT_EQ(EchoCanceller3Config::Validate(&cfg), true); in TEST_P()
Dblock_processor.cc40 BlockProcessorImpl(const EchoCanceller3Config& config,
70 const EchoCanceller3Config config_;
86 const EchoCanceller3Config& config, in BlockProcessorImpl()
241 BlockProcessor* BlockProcessor::Create(const EchoCanceller3Config& config, in Create()
260 const EchoCanceller3Config& config, in Create()
278 const EchoCanceller3Config& config, in Create()
Dfilter_analyzer.h33 FilterAnalyzer(const EchoCanceller3Config& config,
93 explicit ConsistentFilterDetector(const EchoCanceller3Config& config);
113 explicit FilterAnalysisState(const EchoCanceller3Config& config) in FilterAnalysisState()
Dmatched_filter_lag_aggregator.h33 const EchoCanceller3Config::Delay::DelaySelectionThresholds& thresholds);
49 const EchoCanceller3Config::Delay::DelaySelectionThresholds thresholds_;
/external/webrtc/test/fuzzers/
Daec3_config_json_fuzzer.cc24 EchoCanceller3Config config; in FuzzOneInput()
27 EchoCanceller3Config::Validate(&config); in FuzzOneInput()

1234