Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp3703 int16_t maxdB, pandB; in Effect_command() local
3737 maxdB = leftdB; in Effect_command()
3738 if(rightdB > maxdB){ in Effect_command()
3739 maxdB = rightdB; in Effect_command()
3750 android::VolumeSetVolumeLevel(pContext, (int16_t)(maxdB*100)); in Effect_command()