Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c293 …LVM_INT32 AlphaTap = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_ALLPASS_TAP_TC, LVM_GetFsFromTable(… in LVREV_ApplyNewSettings() local
297 pPrivate->Mixer_APTaps[i].Alpha1 = AlphaTap; in LVREV_ApplyNewSettings()
298 pPrivate->Mixer_APTaps[i].Alpha2 = AlphaTap; in LVREV_ApplyNewSettings()
861 LVM_FLOAT AlphaTap; in LVREV_ApplyNewSettings() local
867 AlphaTap = LVM_Mixer_TimeConstant(LVREV_ALLPASS_TAP_TC, in LVREV_ApplyNewSettings()
873 pPrivate->Mixer_APTaps[i].Alpha1 = AlphaTap; in LVREV_ApplyNewSettings()
874 pPrivate->Mixer_APTaps[i].Alpha2 = AlphaTap; in LVREV_ApplyNewSettings()