Searched refs:noiseGateThreshold (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.h116 float ratio, float threshold, float kneeWidth, float noiseGateThreshold,
151 void setNoiseGateThreshold(float noiseGateThreshold) { argument
152 mNoiseGateThresholdDb = noiseGateThreshold;
H A DDPBase.cpp91 float ratio, float threshold, float kneeWidth, float noiseGateThreshold,
99 setNoiseGateThreshold(noiseGateThreshold);
90 init(bool enabled, float cutoffFrequency, float attackTime, float releaseTime, float ratio, float threshold, float kneeWidth, float noiseGateThreshold, float expanderRatio, float preGain, float postGain) argument
/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp879 "releaseTime:%f, ratio:%f, threshold:%f, kneeWidth:%f, noiseGateThreshold:%f,"
1182 const float noiseGateThreshold = values[7].f;
1188 "releaseTime:%f, ratio:%f, threshold:%f, kneeWidth:%f, noiseGateThreshold:%f,"
1191 threshold, kneeWidth, noiseGateThreshold, expanderRatio, preGain, postGain);
1202 kneeWidth, noiseGateThreshold, expanderRatio, preGain, postGain);
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java519 * attackTime, releaseTime, ratio, threshold, kneeWidth, noiseGateThreshold, expanderRatio,
546 * @param noiseGateThreshold Noise gate threshold in decibels (dB) from 0 dB Full Scale
554 float ratio, float threshold, float kneeWidth, float noiseGateThreshold,
562 mNoiseGateThreshold = noiseGateThreshold;
668 * @param noiseGateThreshold desired in decibels (dB)
670 public void setNoiseGateThreshold(float noiseGateThreshold) { argument
671 mNoiseGateThreshold = noiseGateThreshold; }
553 MbcBand(boolean enabled, float cutoffFrequency, float attackTime, float releaseTime, float ratio, float threshold, float kneeWidth, float noiseGateThreshold, float expanderRatio, float preGain, float postGain) argument

Completed in 108 milliseconds