Searched refs:multi_channel_capture (Results 1 – 7 of 7) sorted by relevance
83 << pipeline.multi_channel_capture in ToString()
227 bool multi_channel_capture = false; member
432 if (settings_.multi_channel_capture) { in ConfigureAudioProcessor()433 apm_config.pipeline.multi_channel_capture = in ConfigureAudioProcessor()434 *settings_.multi_channel_capture; in ConfigureAudioProcessor()
201 multi_channel_capture,426 &settings.multi_channel_capture); in CreateSettings()
127 absl::optional<bool> multi_channel_capture; member
535 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() local680 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() local1132 if (submodules_.echo_controller && !multi_channel_capture) { in ProcessCaptureStreamLocked()
122 apm_config.pipeline.multi_channel_capture = true; in CreateApm()