HomeSort by relevance Sort by last modified time
    Searched refs:AB_Selection (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 198 LVM_INT16 AB_Selection; /* Smooth from tap A to B when 1 otherwise B to A */
270 LVM_INT16 AB_Selection; /* Smooth from tap A to B when 1 \
LVREV_ApplyNewSettings.c 188 if (pPrivate->AB_Selection)
218 if (pPrivate->AB_Selection)
220 pPrivate->AB_Selection = 0;
224 pPrivate->AB_Selection = 1;
750 if (pPrivate->AB_Selection)
782 if (pPrivate->AB_Selection)
784 pPrivate->AB_Selection = 0;
788 pPrivate->AB_Selection = 1;
    [all...]
LVREV_GetInstanceHandle.c 277 pLVREV_Private->AB_Selection = 1; /* Select smoothing A to B */

Completed in 56 milliseconds