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

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

Completed in 49 milliseconds