Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleContext.cpp401 float rightdB = VolToDb(volume.right); in setVolumeStereo() local
403 float maxdB = std::max(leftdB, rightdB); in setVolumeStereo()
404 float pandB = rightdB - leftdB; in setVolumeStereo()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp3446 int16_t leftdB, rightdB; in Effect_command() local
3476 rightdB = android::LVC_Convert_VolToDb(rightVolume); in Effect_command()
3478 pandB = rightdB - leftdB; in Effect_command()
3482 if (rightdB > maxdB) { in Effect_command()
3483 maxdB = rightdB; in Effect_command()