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.c358 pLVREV_Private->Mixer_APTaps[i].CallbackParam2 = 0; in LVREV_GetInstanceHandle()
359 pLVREV_Private->Mixer_APTaps[i].pCallbackHandle2 = LVM_NULL; in LVREV_GetInstanceHandle()
360 pLVREV_Private->Mixer_APTaps[i].pGeneralPurpose2 = LVM_NULL; in LVREV_GetInstanceHandle()
361 pLVREV_Private->Mixer_APTaps[i].pCallBack2 = LVM_NULL; in LVREV_GetInstanceHandle()
362 pLVREV_Private->Mixer_APTaps[i].CallbackSet2 = LVM_FALSE; in LVREV_GetInstanceHandle()
363 pLVREV_Private->Mixer_APTaps[i].Current2 = 0; in LVREV_GetInstanceHandle()
364 pLVREV_Private->Mixer_APTaps[i].Target2 = 0; in LVREV_GetInstanceHandle()
365 pLVREV_Private->Mixer_APTaps[i].CallbackParam1 = 0; in LVREV_GetInstanceHandle()
366 pLVREV_Private->Mixer_APTaps[i].pCallbackHandle1 = LVM_NULL; in LVREV_GetInstanceHandle()
367 pLVREV_Private->Mixer_APTaps[i].pGeneralPurpose1 = LVM_NULL; in LVREV_GetInstanceHandle()
[all …]
DLVREV_ApplyNewSettings.c193 pPrivate->Mixer_APTaps[i].Target1 = 0; in LVREV_ApplyNewSettings()
194 pPrivate->Mixer_APTaps[i].Target2 = 0x7fffffff; in LVREV_ApplyNewSettings()
201 pPrivate->Mixer_APTaps[i].Target2 = 0; in LVREV_ApplyNewSettings()
202 pPrivate->Mixer_APTaps[i].Target1 = 0x7fffffff; in LVREV_ApplyNewSettings()
297 pPrivate->Mixer_APTaps[i].Alpha1 = AlphaTap; in LVREV_ApplyNewSettings()
298 pPrivate->Mixer_APTaps[i].Alpha2 = AlphaTap; in LVREV_ApplyNewSettings()
756 pPrivate->Mixer_APTaps[i].Target1 = 0; in LVREV_ApplyNewSettings()
757 pPrivate->Mixer_APTaps[i].Target2 = 1.0f; in LVREV_ApplyNewSettings()
765 pPrivate->Mixer_APTaps[i].Target2 = 0; in LVREV_ApplyNewSettings()
766 pPrivate->Mixer_APTaps[i].Target1 = 1.0f; in LVREV_ApplyNewSettings()
[all …]
DLVREV_Private.h203 Mix_2St_Cll_t Mixer_APTaps[4]; /* Smoothed AP delay mixer */ member
276 Mix_2St_Cll_FLOAT_t Mixer_APTaps[4]; /* Smoothed AP delay mixer */
DLVREV_Process.c291 MixSoft_2St_D32C31_SAT(&pPrivate->Mixer_APTaps[j], in ReverbBlock()
595 MixSoft_2St_D32C31_SAT(&pPrivate->Mixer_APTaps[j], in ReverbBlock()