Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp1043 int maxLevelRound = (int)(totalEnergyEstimation + 0.99); in LvmEffect_limitLevel() local
1044 if (maxLevelRound + pContext->pBundledContext->volume > 0) { in LvmEffect_limitLevel()
1045 gainCorrection = maxLevelRound + pContext->pBundledContext->volume; in LvmEffect_limitLevel()