Searched refs:rightdB (Results 1 – 1 of 1) sorted by relevance
3774 int16_t leftdB, rightdB; in Effect_command() local3804 rightdB = android::LVC_Convert_VolToDb(rightVolume); in Effect_command()3806 pandB = rightdB - leftdB; in Effect_command()3810 if(rightdB > maxdB){ in Effect_command()3811 maxdB = rightdB; in Effect_command()