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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp176 #define REVERB_UNIT_VOLUME (0x1000) // 1.0 in 4.12 format macro
513 if (pContext->leftVolume != REVERB_UNIT_VOLUME ||
514 pContext->rightVolume != REVERB_UNIT_VOLUME) {
743 pContext->leftVolume = REVERB_UNIT_VOLUME;
744 pContext->rightVolume = REVERB_UNIT_VOLUME;
745 pContext->prevLeftVolume = REVERB_UNIT_VOLUME;
746 pContext->prevRightVolume = REVERB_UNIT_VOLUME;
2090 pContext->leftVolume = REVERB_UNIT_VOLUME;
2091 pContext->rightVolume = REVERB_UNIT_VOLUME;

Completed in 846 milliseconds