Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp76 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
95 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
140 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
240 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
314 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
482 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
498 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
526 if ((pPrivate->NewParams.Level == 0) && (pPrivate->bFirstControl == LVM_FALSE)) in LVREV_ApplyNewSettings()
554 else if (pPrivate->bFirstControl == LVM_FALSE) in LVREV_ApplyNewSettings()
570 if(pPrivate->bFirstControl == LVM_TRUE) in LVREV_ApplyNewSettings()
[all …]
DLVREV_Private.h132 LVM_CHAR bFirstControl; /* Flag to indicate that the control \ member
DLVREV_GetInstanceHandle.cpp257 pLVREV_Private->bFirstControl = LVM_TRUE; in LVREV_GetInstanceHandle()