Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp896 double totalEnergyEstimation = sqrt(energyContribution + energyCross + energyBassBoost) - in LvmEffect_limitLevel() local
898 ALOGV(" TOTAL energy estimation: %0.2f dB", totalEnergyEstimation); in LvmEffect_limitLevel()
901 int maxLevelRound = (int)(totalEnergyEstimation + 0.99); in LvmEffect_limitLevel()