Searched refs:multichannel_config (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/modules/audio_processing/aec3/ |
D | config_selector.cc | 21 const EchoCanceller3Config& multichannel_config) { in CompatibleConfigs() argument 23 multichannel_config.delay.fixed_capture_delay_samples) { in CompatibleConfigs() 27 multichannel_config.filter.export_linear_aec_output) { in CompatibleConfigs() 31 multichannel_config.filter.high_pass_filter_echo_reference) { in CompatibleConfigs() 35 multichannel_config.multi_channel.detect_stereo_content) { in CompatibleConfigs() 39 multichannel_config.multi_channel in CompatibleConfigs() 50 const absl::optional<EchoCanceller3Config>& multichannel_config, in ConfigSelector() argument 52 : config_(config), multichannel_config_(multichannel_config) { in ConfigSelector()
|
D | config_selector_unittest.cc | 42 absl::optional<EchoCanceller3Config> multichannel_config; in TEST_P() local 47 ConfigSelector cs(config, multichannel_config, in TEST_P() 66 absl::optional<EchoCanceller3Config> multichannel_config = config; in TEST_P() local 70 multichannel_config->delay.default_delay += 2; in TEST_P() 72 multichannel_config->delay.default_delay; in TEST_P() 74 ConfigSelector cs(config, multichannel_config, in TEST_P() 90 absl::optional<EchoCanceller3Config> multichannel_config = config; in TEST_P() local 94 multichannel_config->delay.default_delay += 2; in TEST_P() 96 multichannel_config->delay.default_delay; in TEST_P() 98 ConfigSelector cs(config, multichannel_config, in TEST_P()
|
D | echo_canceller3_unittest.cc | 940 absl::optional<EchoCanceller3Config> multichannel_config; in TEST() local 945 multichannel_config = mono_config; in TEST() 947 multichannel_config->filter.coarse_initial.length_blocks = in TEST() 950 EchoCanceller3 aec3(mono_config, multichannel_config, in TEST() 986 absl::optional<EchoCanceller3Config> multichannel_config; in TEST() local 993 multichannel_config = mono_config; in TEST() 995 multichannel_config->filter.coarse_initial.length_blocks = in TEST() 998 EchoCanceller3 aec3(mono_config, multichannel_config, in TEST() 1094 absl::optional<EchoCanceller3Config> multichannel_config; in TEST() local 1098 multichannel_config = mono_config; in TEST() [all …]
|
D | config_selector.h | 24 const absl::optional<EchoCanceller3Config>& multichannel_config,
|
D | echo_canceller3.h | 93 const absl::optional<EchoCanceller3Config>& multichannel_config,
|
D | echo_canceller3.cc | 722 const absl::optional<EchoCanceller3Config>& multichannel_config, in EchoCanceller3() argument 733 multichannel_config, in EchoCanceller3()
|
/external/webrtc/modules/audio_processing/ |
D | audio_processing_impl.cc | 2130 absl::optional<EchoCanceller3Config> multichannel_config; in InitializeEchoController() local 2132 multichannel_config = EchoCanceller3::CreateDefaultMultichannelConfig(); in InitializeEchoController() 2135 config, multichannel_config, proc_sample_rate_hz(), in InitializeEchoController()
|