Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp166 int volumeMode; member
422 pContext->volumeMode == REVERB_VOLUME_RAMP) { in process()
439 } else if (pContext->volumeMode != REVERB_VOLUME_OFF) { in process()
449 pContext->volumeMode = REVERB_VOLUME_RAMP; in process()
668 pContext->volumeMode = REVERB_VOLUME_FLAT; in Reverb_init()
2005 pContext->volumeMode = android::REVERB_VOLUME_FLAT; in Reverb_command()
2039 if (pContext->volumeMode == android::REVERB_VOLUME_OFF) { in Reverb_command()
2041 pContext->volumeMode = android::REVERB_VOLUME_FLAT; in Reverb_command()
2046 pContext->volumeMode = android::REVERB_VOLUME_OFF; in Reverb_command()
2049 pContext->leftVolume, pContext->rightVolume, pContext->volumeMode); in Reverb_command()