Searched refs:REVERB_UNIT_VOLUME (Results 1 – 1 of 1) sorted by relevance
176 #define REVERB_UNIT_VOLUME (0x1000) // 1.0 in 4.12 format macro513 if (pContext->leftVolume != REVERB_UNIT_VOLUME || in process()514 pContext->rightVolume != REVERB_UNIT_VOLUME) { in process()743 pContext->leftVolume = REVERB_UNIT_VOLUME; in Reverb_init()744 pContext->rightVolume = REVERB_UNIT_VOLUME; in Reverb_init()745 pContext->prevLeftVolume = REVERB_UNIT_VOLUME; in Reverb_init()746 pContext->prevRightVolume = REVERB_UNIT_VOLUME; in Reverb_init()2087 pContext->leftVolume = REVERB_UNIT_VOLUME; in Reverb_command()2088 pContext->rightVolume = REVERB_UNIT_VOLUME; in Reverb_command()