Home
last modified time | relevance | path

Searched refs:REVERB_UNIT_VOLUME (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp176 #define REVERB_UNIT_VOLUME (0x1000) // 1.0 in 4.12 format macro
513 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()