Searched refs:Suppressor (Results 1 – 15 of 15) sorted by relevance
68 EchoCanceller3Config::Suppressor::Suppressor() = default;69 EchoCanceller3Config::Suppressor::Suppressor(70 const EchoCanceller3Config::Suppressor& e) = default;71 EchoCanceller3Config::Suppressor& EchoCanceller3Config::Suppressor::operator=(72 const Suppressor& e) = default;74 EchoCanceller3Config::Suppressor::MaskingThresholds::MaskingThresholds( in MaskingThresholds()81 EchoCanceller3Config::Suppressor::MaskingThresholds::MaskingThresholds(82 const EchoCanceller3Config::Suppressor::MaskingThresholds& e) = default;83 EchoCanceller3Config::Suppressor::MaskingThresholds&84 EchoCanceller3Config::Suppressor::MaskingThresholds::operator=([all …]
152 struct Suppressor { struct153 Suppressor();154 Suppressor(const Suppressor& e);155 Suppressor& operator=(const Suppressor& e); argument
114 EchoCanceller3Config::Suppressor::SubbandNearendDetection::SubbandRegion* in ReadParam()132 EchoCanceller3Config::Suppressor::MaskingThresholds* param) { in ReadParam()
94 private static final Suppressor SUPPRESSOR =104 @VisibleForTesting final Suppressor suppressor;111 Closer(Suppressor suppressor) { in Closer()231 interface Suppressor { interface in Closer242 static final class LoggingSuppressor implements Suppressor {259 static final class SuppressingSuppressor implements Suppressor {
26 const EchoCanceller3Config::Suppressor::SubbandNearendDetection& config,42 const EchoCanceller3Config::Suppressor::SubbandNearendDetection config_;
25 const EchoCanceller3Config::Suppressor::DominantNearendDetection& config,
17 const EchoCanceller3Config::Suppressor::DominantNearendDetection& config, in DominantNearendDetector()
17 const EchoCanceller3Config::Suppressor::SubbandNearendDetection& config, in SubbandNearendDetector()
100 const EchoCanceller3Config::Suppressor::Tuning& tuning);
412 const EchoCanceller3Config::Suppressor::Tuning& tuning) in GainParameters()
12 class Suppressor: class
360 self.test_suppressor = suppressor.Suppressor(
373 private static class TestSuppressor implements Closer.Suppressor {