Home
last modified time | relevance | path

Searched refs:submodules_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_processing/
Daudio_processing_impl.cc262 submodules_(std::move(capture_post_processor), in AudioProcessingImpl()
275 << "\nEcho detector: " << !!submodules_.echo_detector in AudioProcessingImpl()
276 << "\nCapture analyzer: " << !!submodules_.capture_analyzer in AudioProcessingImpl()
278 << !!submodules_.capture_post_processor in AudioProcessingImpl()
280 << !!submodules_.render_pre_processor; in AudioProcessingImpl()
287 if (!submodules_.echo_detector) { in AudioProcessingImpl()
288 submodules_.echo_detector = in AudioProcessingImpl()
626 if (config_.level_estimation.enabled && !submodules_.output_level_estimator) { in ApplyConfig()
627 submodules_.output_level_estimator = std::make_unique<LevelEstimator>(); in ApplyConfig()
694 if (submodules_.agc_manager.get()) { in set_output_will_be_muted()
[all …]
Daudio_processing_impl.h391 } submodules_; variable
/external/llvm-project/flang/lib/Semantics/
Dscope.cpp158 auto it{submodules_.find(name)}; in FindSubmodule()
159 if (it == submodules_.end()) { in FindSubmodule()
166 return submodules_.emplace(name, submodule).second; in AddSubmodule()
/external/llvm-project/flang/include/flang/Semantics/
Dscope.h267 std::map<SourceName, common::Reference<Scope>> submodules_; variable