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.cpp178 #define REVERB_UNIT_VOLUME (0x1000) // 1.0 in 4.12 format macro
440 if (pContext->leftVolume != REVERB_UNIT_VOLUME || in process()
441 pContext->rightVolume != REVERB_UNIT_VOLUME) { in process()
664 pContext->leftVolume = REVERB_UNIT_VOLUME; in Reverb_init()
665 pContext->rightVolume = REVERB_UNIT_VOLUME; in Reverb_init()
666 pContext->prevLeftVolume = REVERB_UNIT_VOLUME; in Reverb_init()
667 pContext->prevRightVolume = REVERB_UNIT_VOLUME; in Reverb_init()
2044 pContext->leftVolume = REVERB_UNIT_VOLUME; in Reverb_command()
2045 pContext->rightVolume = REVERB_UNIT_VOLUME; in Reverb_command()