Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_Private.h198 …LVM_INT16 AB_Selection; /* Smooth from tap A to B when 1 otherwise B t… member
270 LVM_INT16 AB_Selection; /* Smooth from tap A to B when 1 \
DLVREV_ApplyNewSettings.c188 if (pPrivate->AB_Selection) in LVREV_ApplyNewSettings()
218 if (pPrivate->AB_Selection) in LVREV_ApplyNewSettings()
220 pPrivate->AB_Selection = 0; in LVREV_ApplyNewSettings()
224 pPrivate->AB_Selection = 1; in LVREV_ApplyNewSettings()
750 if (pPrivate->AB_Selection) in LVREV_ApplyNewSettings()
782 if (pPrivate->AB_Selection) in LVREV_ApplyNewSettings()
784 pPrivate->AB_Selection = 0; in LVREV_ApplyNewSettings()
788 pPrivate->AB_Selection = 1; in LVREV_ApplyNewSettings()
DLVREV_GetInstanceHandle.c277 pLVREV_Private->AB_Selection = 1; /* Select smoothing A to B */ in LVREV_GetInstanceHandle()