Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A 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()