Searched refs:noiseGateThreshold (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
H A D | DPBase.h | 116 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, 151 void setNoiseGateThreshold(float noiseGateThreshold) { in setNoiseGateThreshold() argument 152 mNoiseGateThresholdDb = noiseGateThreshold; in setNoiseGateThreshold()
|
H A D | DPBase.cpp | 91 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, in init() argument 99 setNoiseGateThreshold(noiseGateThreshold); in init()
|
/aosp12/frameworks/base/media/java/android/media/audiofx/ |
H A D | DynamicsProcessing.java | 554 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, in MbcBand() argument 562 mNoiseGateThreshold = noiseGateThreshold; in MbcBand() 670 public void setNoiseGateThreshold(float noiseGateThreshold) { in setNoiseGateThreshold() argument 671 mNoiseGateThreshold = noiseGateThreshold; } in setNoiseGateThreshold()
|
/aosp12/frameworks/av/media/libeffects/dynamicsproc/ |
H A D | EffectDynamicsProcessing.cpp | 1179 const float noiseGateThreshold = values[7].f; in DP_setParameter() local 1188 threshold, kneeWidth, noiseGateThreshold, expanderRatio, preGain, postGain); in DP_setParameter() 1199 kneeWidth, noiseGateThreshold, expanderRatio, preGain, postGain); in DP_setParameter()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |