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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp899 int maxLevelRound = (int)(totalEnergyEstimation + 0.99); local
900 if (maxLevelRound + pContext->pBundledContext->volume > 0) {
901 gainCorrection = maxLevelRound + pContext->pBundledContext->volume;

Completed in 180 milliseconds