Searched refs:getAttackTime (Results 1 - 4 of 4) sorted by path

/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp867 values[2].f = pMbcBand->getAttackTime();
917 values[3].f = pLimiter->getAttackTime();
1162 // mbcBand.getAttackTime(),
1218 // limiter.getAttackTime(),
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.h118 float getAttackTime() const { function in class:dp_fx::DPMbcBand
218 float getAttackTime() const { function in class:dp_fx::DPLimiter
H A DDPFrequency.cpp320 pMbcBandParams->attackTimeMs = pMbcBand->getAttackTime();
358 cb.mLimiterParams.attackTimeMs = pLimiter->getAttackTime();
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java604 public float getAttackTime() { return mAttackTime; } method in class:DynamicsProcessing.MbcBand
971 public float getAttackTime() { return mAttackTime; } method in class:DynamicsProcessing.Limiter
2035 mbcBand.getAttackTime(),
2067 limiter.getAttackTime(),

Completed in 67 milliseconds