HomeSort by relevance Sort by last modified time
    Searched refs:Mixer_APTaps (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetInstanceHandle.c 267 pLVREV_Private->Mixer_APTaps[i].CallbackParam2 = 0;
268 pLVREV_Private->Mixer_APTaps[i].pCallbackHandle2 = LVM_NULL;
269 pLVREV_Private->Mixer_APTaps[i].pGeneralPurpose2 = LVM_NULL;
270 pLVREV_Private->Mixer_APTaps[i].pCallBack2 = LVM_NULL;
271 pLVREV_Private->Mixer_APTaps[i].CallbackSet2 = LVM_FALSE;
272 pLVREV_Private->Mixer_APTaps[i].Current2 = 0;
273 pLVREV_Private->Mixer_APTaps[i].Target2 = 0;
274 pLVREV_Private->Mixer_APTaps[i].CallbackParam1 = 0;
275 pLVREV_Private->Mixer_APTaps[i].pCallbackHandle1 = LVM_NULL;
276 pLVREV_Private->Mixer_APTaps[i].pGeneralPurpose1 = LVM_NULL
    [all...]
LVREV_Private.h 153 Mix_2St_Cll_t Mixer_APTaps[4]; /* Smoothed AP delay mixer */
LVREV_ApplyNewSettings.c 192 pPrivate->Mixer_APTaps[i].Target1 = 0;
193 pPrivate->Mixer_APTaps[i].Target2 = 0x7fffffff;
200 pPrivate->Mixer_APTaps[i].Target2 = 0;
201 pPrivate->Mixer_APTaps[i].Target1 = 0x7fffffff;
296 pPrivate->Mixer_APTaps[i].Alpha1 = AlphaTap;
297 pPrivate->Mixer_APTaps[i].Alpha2 = AlphaTap;
LVREV_Process.c 266 MixSoft_2St_D32C31_SAT(&pPrivate->Mixer_APTaps[j],

Completed in 59 milliseconds