Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleContext.cpp252 double totalEnergyEstimation = in limitLevel() local
256 int maxLevelRound = (int)(totalEnergyEstimation + 0.99); in limitLevel()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp794 double totalEnergyEstimation = in LvmEffect_limitLevel() local
796 ALOGV(" TOTAL energy estimation: %0.2f dB", totalEnergyEstimation); in LvmEffect_limitLevel()
799 int maxLevelRound = (int)(totalEnergyEstimation + 0.99); in LvmEffect_limitLevel()