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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp894 double totalEnergyEstimation = sqrt(energyContribution + energyCross + energyBassBoost) - local
896 ALOGV(" TOTAL energy estimation: %0.2f", totalEnergyEstimation);
899 int maxLevelRound = (int)(totalEnergyEstimation + 0.99);

Completed in 2854 milliseconds