Searched refs:rightdB (Results 1 – 1 of 1) sorted by relevance
3702 int16_t leftdB, rightdB; in Effect_command() local3732 rightdB = android::LVC_Convert_VolToDb(rightVolume); in Effect_command()3734 pandB = rightdB - leftdB; in Effect_command()3738 if(rightdB > maxdB){ in Effect_command()3739 maxdB = rightdB; in Effect_command()