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_ApplyNewSettings.c187 if (pPrivate->AB_Selection) in LVREV_ApplyNewSettings()
217 if (pPrivate->AB_Selection) in LVREV_ApplyNewSettings()
219 pPrivate->AB_Selection = 0; in LVREV_ApplyNewSettings()
223 pPrivate->AB_Selection = 1; in LVREV_ApplyNewSettings()
DLVREV_Private.h148 …LVM_INT16 AB_Selection; /* Smooth from tap A to B when 1 otherwise B t… member
DLVREV_GetInstanceHandle.c199 pLVREV_Private->AB_Selection = 1; /* Select smoothing A to B */ in LVREV_GetInstanceHandle()