Searched defs:Submodules (Results 1 – 17 of 17) sorted by relevance
400 struct Submodules { struct401 Submodules(std::unique_ptr<CustomProcessing> capture_post_processor, in Submodules() function410 const rtc::scoped_refptr<EchoDetector> echo_detector;411 const std::unique_ptr<CustomProcessing> capture_post_processor;412 const std::unique_ptr<CustomProcessing> render_pre_processor;413 const std::unique_ptr<CustomAudioAnalyzer> capture_analyzer;414 std::unique_ptr<AgcManagerDirect> agc_manager;415 std::unique_ptr<GainControlImpl> gain_control;416 std::unique_ptr<GainController2> gain_controller2;417 std::unique_ptr<VoiceActivityDetectorWrapper> voice_activity_detector;[all …]
9 Submodules subtitle
19 Submodules chapter
4 Submodules chapter
11 Submodules chapter
13 Submodules chapter
480 Submodules section in Loading
536 std::map<Module*, SubmoduleState> Submodules; variable