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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp3185 int16_t maxdB, pandB; local
3220 maxdB = leftdB;
3221 if(rightdB > maxdB){
3222 maxdB = rightdB;
3227 //(int32_t)maxdB, maxVol<<7, pContext->EffectType);
3233 android::VolumeSetVolumeLevel(pContext, (int16_t)(maxdB*100));

Completed in 27 milliseconds