Searched refs:rightdB (Results 1 – 1 of 1) sorted by relevance
3810 int16_t leftdB, rightdB; in Effect_command() local3840 rightdB = android::LVC_Convert_VolToDb(rightVolume); in Effect_command()3842 pandB = rightdB - leftdB; in Effect_command()3846 if(rightdB > maxdB){ in Effect_command()3847 maxdB = rightdB; in Effect_command()