Searched refs:rightdB (Results 1 – 1 of 1) sorted by relevance
3381 int16_t leftdB, rightdB; in Effect_command() local3412 rightdB = android::LVC_Convert_VolToDb(rightVolume); in Effect_command()3414 pandB = rightdB - leftdB; in Effect_command()3418 if(rightdB > maxdB){ in Effect_command()3419 maxdB = rightdB; in Effect_command()