Home
last modified time | relevance | path

Searched refs:Suppressor (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/api/audio/
Decho_canceller3_config.cc68 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 …]
Decho_canceller3_config.h152 struct Suppressor { struct
153 Suppressor();
154 Suppressor(const Suppressor& e);
155 Suppressor& operator=(const Suppressor& e); argument
Decho_canceller3_config_json.cc114 EchoCanceller3Config::Suppressor::SubbandNearendDetection::SubbandRegion* in ReadParam()
132 EchoCanceller3Config::Suppressor::MaskingThresholds* param) { in ReadParam()
/external/guava/android/guava/src/com/google/common/io/
DCloser.java94 private static final Suppressor SUPPRESSOR =
104 @VisibleForTesting final Suppressor suppressor;
111 Closer(Suppressor suppressor) { in Closer()
231 interface Suppressor { interface in Closer
242 static final class LoggingSuppressor implements Suppressor {
259 static final class SuppressingSuppressor implements Suppressor {
/external/guava/guava/src/com/google/common/io/
DCloser.java94 private static final Suppressor SUPPRESSOR =
104 @VisibleForTesting final Suppressor suppressor;
111 Closer(Suppressor suppressor) { in Closer()
231 interface Suppressor { interface in Closer
242 static final class LoggingSuppressor implements Suppressor {
259 static final class SuppressingSuppressor implements Suppressor {
/external/webrtc/modules/audio_processing/aec3/
Dsubband_nearend_detector.h26 const EchoCanceller3Config::Suppressor::SubbandNearendDetection& config,
42 const EchoCanceller3Config::Suppressor::SubbandNearendDetection config_;
Ddominant_nearend_detector.h25 const EchoCanceller3Config::Suppressor::DominantNearendDetection& config,
Ddominant_nearend_detector.cc17 const EchoCanceller3Config::Suppressor::DominantNearendDetection& config, in DominantNearendDetector()
Dsubband_nearend_detector.cc17 const EchoCanceller3Config::Suppressor::SubbandNearendDetection& config, in SubbandNearendDetector()
Dsuppression_gain.h100 const EchoCanceller3Config::Suppressor::Tuning& tuning);
Dsuppression_gain.cc412 const EchoCanceller3Config::Suppressor::Tuning& tuning) in GainParameters()
/external/pdfium/testing/tools/
Dsuppressor.py12 class Suppressor: class
Dtest_runner.py360 self.test_suppressor = suppressor.Suppressor(
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java373 private static class TestSuppressor implements Closer.Suppressor {
/external/guava/android/guava-tests/test/com/google/common/io/
DCloserTest.java373 private static class TestSuppressor implements Closer.Suppressor {