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.c267 pLVREV_Private->Mixer_APTaps[i].CallbackParam2 = 0; in LVREV_GetInstanceHandle()
268 pLVREV_Private->Mixer_APTaps[i].pCallbackHandle2 = LVM_NULL; in LVREV_GetInstanceHandle()
269 pLVREV_Private->Mixer_APTaps[i].pGeneralPurpose2 = LVM_NULL; in LVREV_GetInstanceHandle()
270 pLVREV_Private->Mixer_APTaps[i].pCallBack2 = LVM_NULL; in LVREV_GetInstanceHandle()
271 pLVREV_Private->Mixer_APTaps[i].CallbackSet2 = LVM_FALSE; in LVREV_GetInstanceHandle()
272 pLVREV_Private->Mixer_APTaps[i].Current2 = 0; in LVREV_GetInstanceHandle()
273 pLVREV_Private->Mixer_APTaps[i].Target2 = 0; in LVREV_GetInstanceHandle()
274 pLVREV_Private->Mixer_APTaps[i].CallbackParam1 = 0; in LVREV_GetInstanceHandle()
275 pLVREV_Private->Mixer_APTaps[i].pCallbackHandle1 = LVM_NULL; in LVREV_GetInstanceHandle()
276 pLVREV_Private->Mixer_APTaps[i].pGeneralPurpose1 = LVM_NULL; in LVREV_GetInstanceHandle()
[all …]
DLVREV_ApplyNewSettings.c192 pPrivate->Mixer_APTaps[i].Target1 = 0; in LVREV_ApplyNewSettings()
193 pPrivate->Mixer_APTaps[i].Target2 = 0x7fffffff; in LVREV_ApplyNewSettings()
200 pPrivate->Mixer_APTaps[i].Target2 = 0; in LVREV_ApplyNewSettings()
201 pPrivate->Mixer_APTaps[i].Target1 = 0x7fffffff; in LVREV_ApplyNewSettings()
296 pPrivate->Mixer_APTaps[i].Alpha1 = AlphaTap; in LVREV_ApplyNewSettings()
297 pPrivate->Mixer_APTaps[i].Alpha2 = AlphaTap; in LVREV_ApplyNewSettings()
DLVREV_Private.h153 Mix_2St_Cll_t Mixer_APTaps[4]; /* Smoothed AP delay mixer */ member
DLVREV_Process.c266 MixSoft_2St_D32C31_SAT(&pPrivate->Mixer_APTaps[j], in ReverbBlock()