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.h70 bool bVolumeEnabled; /* Flag for Volume */ member
DEffectBundle.cpp248 pContext->pBundledContext->bVolumeEnabled = LVM_FALSE; in EffectCreate()
421 if (pContext->pBundledContext->bVolumeEnabled == LVM_TRUE){ in EffectRelease()
3173 if (pContext->pBundledContext->bVolumeEnabled == LVM_TRUE) { in Effect_setConfig()
3178 pContext->pBundledContext->bVolumeEnabled = LVM_TRUE; in Effect_setConfig()
3211 if (pContext->pBundledContext->bVolumeEnabled == LVM_FALSE) { in Effect_setConfig()
3215 pContext->pBundledContext->bVolumeEnabled = LVM_FALSE; in Effect_setConfig()
3300 if ((pContext->pBundledContext->bVolumeEnabled == LVM_FALSE)&& in Effect_process()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp454 pContext->pBundledContext->bVolumeEnabled = LVM_FALSE; in lvmCreate()