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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp3458 int16_t maxdB, pandB; local
3492 maxdB = leftdB;
3493 if(rightdB > maxdB){
3494 maxdB = rightdB;
3499 //(int32_t)maxdB, maxVol<<7, pContext->EffectType);
3505 android::VolumeSetVolumeLevel(pContext, (int16_t)(maxdB*100));

Completed in 364 milliseconds