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