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.cpp894 double totalEnergyEstimation = sqrt(energyContribution + energyCross + energyBassBoost) - in LvmEffect_limitLevel() local
896 ALOGV(" TOTAL energy estimation: %0.2f", totalEnergyEstimation); in LvmEffect_limitLevel()
899 int maxLevelRound = (int)(totalEnergyEstimation + 0.99); in LvmEffect_limitLevel()