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.cpp180 #define REVERB_UNIT_VOLUME (0x1000) // 1.0 in 4.12 format macro
446 if (pContext->leftVolume != REVERB_UNIT_VOLUME || in process()
447 pContext->rightVolume != REVERB_UNIT_VOLUME) { in process()
652 pContext->leftVolume = REVERB_UNIT_VOLUME; in Reverb_init()
653 pContext->rightVolume = REVERB_UNIT_VOLUME; in Reverb_init()
654 pContext->prevLeftVolume = REVERB_UNIT_VOLUME; in Reverb_init()
655 pContext->prevRightVolume = REVERB_UNIT_VOLUME; in Reverb_init()
1956 pContext->leftVolume = REVERB_UNIT_VOLUME; in Reverb_command()
1957 pContext->rightVolume = REVERB_UNIT_VOLUME; in Reverb_command()