Searched refs:rightdB (Results 1 – 2 of 2) sorted by relevance
401 float rightdB = VolToDb(volume.right); in setVolumeStereo() local403 float maxdB = std::max(leftdB, rightdB); in setVolumeStereo()404 float pandB = rightdB - leftdB; in setVolumeStereo()
3446 int16_t leftdB, rightdB; in Effect_command() local3476 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()