Home
last modified time | relevance | path

Searched refs:noiseGateThreshold (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.h116 float ratio, float threshold, float kneeWidth, float noiseGateThreshold,
151 void setNoiseGateThreshold(float noiseGateThreshold) { in setNoiseGateThreshold() argument
152 mNoiseGateThresholdDb = noiseGateThreshold; in setNoiseGateThreshold()
DDPBase.cpp91 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, in init() argument
99 setNoiseGateThreshold(noiseGateThreshold); in init()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp1179 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/
DDynamicsProcessing.java554 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...