Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/include/
Daudio_processing.cc83 << pipeline.multi_channel_capture in ToString()
Daudio_processing.h227 bool multi_channel_capture = false; member
/external/webrtc/modules/audio_processing/test/
Daudio_processing_simulator.cc432 if (settings_.multi_channel_capture) { in ConfigureAudioProcessor()
433 apm_config.pipeline.multi_channel_capture = in ConfigureAudioProcessor()
434 *settings_.multi_channel_capture; in ConfigureAudioProcessor()
Daudioproc_float_impl.cc201 multi_channel_capture,
426 &settings.multi_channel_capture); in CreateSettings()
Daudio_processing_simulator.h127 absl::optional<bool> multi_channel_capture; member
/external/webrtc/modules/audio_processing/
Daudio_processing_impl.cc535 config_.pipeline.multi_channel_capture != in ApplyConfig()
536 config.pipeline.multi_channel_capture || in ApplyConfig()
678 const bool multi_channel_capture = config_.pipeline.multi_channel_capture && in num_proc_channels() local
680 if (capture_nonlocked_.echo_controller_enabled && !multi_channel_capture) { in num_proc_channels()
1130 const bool multi_channel_capture = config_.pipeline.multi_channel_capture && in ProcessCaptureStreamLocked() local
1132 if (submodules_.echo_controller && !multi_channel_capture) { in ProcessCaptureStreamLocked()
/external/webrtc/test/fuzzers/
Daudio_processing_configs_fuzzer.cc122 apm_config.pipeline.multi_channel_capture = true; in CreateApm()