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.cpp299 pLVREV_Private->Mixer_APTaps[i].CallbackParam2 = 0; in LVREV_GetInstanceHandle()
300 pLVREV_Private->Mixer_APTaps[i].pCallbackHandle2 = LVM_NULL; in LVREV_GetInstanceHandle()
301 pLVREV_Private->Mixer_APTaps[i].pGeneralPurpose2 = LVM_NULL; in LVREV_GetInstanceHandle()
302 pLVREV_Private->Mixer_APTaps[i].pCallBack2 = LVM_NULL; in LVREV_GetInstanceHandle()
303 pLVREV_Private->Mixer_APTaps[i].CallbackSet2 = LVM_FALSE; in LVREV_GetInstanceHandle()
304 pLVREV_Private->Mixer_APTaps[i].Current2 = 0; in LVREV_GetInstanceHandle()
305 pLVREV_Private->Mixer_APTaps[i].Target2 = 0; in LVREV_GetInstanceHandle()
306 pLVREV_Private->Mixer_APTaps[i].CallbackParam1 = 0; in LVREV_GetInstanceHandle()
307 pLVREV_Private->Mixer_APTaps[i].pCallbackHandle1 = LVM_NULL; in LVREV_GetInstanceHandle()
308 pLVREV_Private->Mixer_APTaps[i].pGeneralPurpose1 = LVM_NULL; in LVREV_GetInstanceHandle()
[all …]
DLVREV_ApplyNewSettings.cpp189 pPrivate->Mixer_APTaps[i].Target1 = 0; in LVREV_ApplyNewSettings()
190 pPrivate->Mixer_APTaps[i].Target2 = 1.0f; in LVREV_ApplyNewSettings()
198 pPrivate->Mixer_APTaps[i].Target2 = 0; in LVREV_ApplyNewSettings()
199 pPrivate->Mixer_APTaps[i].Target1 = 1.0f; in LVREV_ApplyNewSettings()
301 pPrivate->Mixer_APTaps[i].Alpha1 = AlphaTap; in LVREV_ApplyNewSettings()
302 pPrivate->Mixer_APTaps[i].Alpha2 = AlphaTap; in LVREV_ApplyNewSettings()
DLVREV_Private.h162 Mix_2St_Cll_FLOAT_t Mixer_APTaps[4]; /* Smoothed AP delay mixer */ member
DLVREV_Process.cpp260 MixSoft_2St_D32C31_SAT(&pPrivate->Mixer_APTaps[j], in ReverbBlock()