Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetInstanceHandle.cpp167 pLVREV_Private->Mixer_APTaps[i].CallbackParam2 = 0; in LVREV_GetInstanceHandle()
168 pLVREV_Private->Mixer_APTaps[i].pCallbackHandle2 = LVM_NULL; in LVREV_GetInstanceHandle()
169 pLVREV_Private->Mixer_APTaps[i].pGeneralPurpose2 = LVM_NULL; in LVREV_GetInstanceHandle()
170 pLVREV_Private->Mixer_APTaps[i].pCallBack2 = LVM_NULL; in LVREV_GetInstanceHandle()
171 pLVREV_Private->Mixer_APTaps[i].CallbackSet2 = LVM_FALSE; in LVREV_GetInstanceHandle()
172 pLVREV_Private->Mixer_APTaps[i].Current2 = 0; in LVREV_GetInstanceHandle()
173 pLVREV_Private->Mixer_APTaps[i].Target2 = 0; in LVREV_GetInstanceHandle()
174 pLVREV_Private->Mixer_APTaps[i].CallbackParam1 = 0; in LVREV_GetInstanceHandle()
175 pLVREV_Private->Mixer_APTaps[i].pCallbackHandle1 = LVM_NULL; in LVREV_GetInstanceHandle()
176 pLVREV_Private->Mixer_APTaps[i].pGeneralPurpose1 = LVM_NULL; in LVREV_GetInstanceHandle()
[all …]
DLVREV_ApplyNewSettings.cpp164 pPrivate->Mixer_APTaps[i].Target1 = 0; in LVREV_ApplyNewSettings()
165 pPrivate->Mixer_APTaps[i].Target2 = 1.0f; in LVREV_ApplyNewSettings()
170 pPrivate->Mixer_APTaps[i].Target2 = 0; in LVREV_ApplyNewSettings()
171 pPrivate->Mixer_APTaps[i].Target1 = 1.0f; in LVREV_ApplyNewSettings()
256 pPrivate->Mixer_APTaps[i].Alpha1 = AlphaTap; in LVREV_ApplyNewSettings()
257 pPrivate->Mixer_APTaps[i].Alpha2 = AlphaTap; in LVREV_ApplyNewSettings()
DLVREV_Private.h148 Mix_2St_Cll_FLOAT_t Mixer_APTaps[LVREV_DELAYLINES_4]; /* Smoothed AP delay mixer */ member
DLVREV_Process.cpp225 MixSoft_2St_D32C31_SAT(&pPrivate->Mixer_APTaps[j], pPrivate->pOffsetA[j], in ReverbBlock()