Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleContext.cpp403 float maxdB = std::max(leftdB, rightdB); in setVolumeStereo() local
405 setVolumeLevel(maxdB); in setVolumeStereo()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp3447 int16_t maxdB, pandB; in Effect_command() local
3481 maxdB = leftdB; in Effect_command()
3482 if (rightdB > maxdB) { in Effect_command()
3483 maxdB = rightdB; in Effect_command()
3494 android::VolumeSetVolumeLevel(pContext, (int16_t)(maxdB * 100)); in Effect_command()