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.cpp160 if (pPrivate->AB_Selection) { in LVREV_ApplyNewSettings()
185 if (pPrivate->AB_Selection) { in LVREV_ApplyNewSettings()
186 pPrivate->AB_Selection = 0; in LVREV_ApplyNewSettings()
188 pPrivate->AB_Selection = 1; in LVREV_ApplyNewSettings()
DLVREV_Private.h142 LVM_INT16 AB_Selection; /* Smooth from tap A to B when 1 \ member
DLVREV_GetInstanceHandle.cpp106 pLVREV_Private->AB_Selection = 1; /* Select smoothing A to B */ in LVREV_GetInstanceHandle()