Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h65 bool bVolumeEnabled; /* Flag for Volume */ member
DEffectBundle.cpp247 pContext->pBundledContext->bVolumeEnabled = LVM_FALSE; in EffectCreate()
402 if (pContext->pBundledContext->bVolumeEnabled == LVM_TRUE in EffectRelease()
3015 if (pContext->pBundledContext->bVolumeEnabled == LVM_TRUE) { in Effect_setConfig()
3023 pContext->pBundledContext->bVolumeEnabled = LVM_TRUE; in Effect_setConfig()
3059 if (pContext->pBundledContext->bVolumeEnabled == LVM_FALSE) { in Effect_setConfig()
3063 pContext->pBundledContext->bVolumeEnabled = LVM_FALSE; in Effect_setConfig()
3184 if ((pContext->pBundledContext->bVolumeEnabled == LVM_FALSE)&& in Effect_process()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp454 pContext->pBundledContext->bVolumeEnabled = LVM_FALSE; in lvmCreate()