Searched refs:maxdB (Results 1 – 2 of 2) sorted by relevance
403 float maxdB = std::max(leftdB, rightdB); in setVolumeStereo() local405 setVolumeLevel(maxdB); in setVolumeStereo()
3447 int16_t maxdB, pandB; in Effect_command() local3481 maxdB = leftdB; in Effect_command()3482 if (rightdB > maxdB) { in Effect_command()3483 maxdB = rightdB; in Effect_command()3494 android::VolumeSetVolumeLevel(pContext, (int16_t)(maxdB * 100)); in Effect_command()