Searched refs:noiseGateThreshold (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
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()
|
D | DPBase.cpp | 91 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, in init() argument 99 setNoiseGateThreshold(noiseGateThreshold); in init()
|
/frameworks/av/media/libeffects/dynamicsproc/ |
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()
|
/frameworks/base/media/java/android/media/audiofx/ |
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()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |