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

/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp66 void LE_reset(LoudnessEnhancerContext *pContext) function
68 ALOGV(" > LE_reset(%p)", pContext);
72 ALOGV("LE_reset(): Target gain=%dmB <=> factor=%.2fX", pContext->mTargetGainmB, targetAmp);
75 ALOGE("LE_reset(%p): null compressors, can't apply target gain", pContext);
114 LE_reset(pContext);
344 LE_reset(pContext);
410 LE_reset(pContext); // apply parameter update

Completed in 91 milliseconds