Searched refs:FeedbackMixer (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_GetInstanceHandle.c298 pLVREV_Private->FeedbackMixer[i].CallbackParam = 0;
299 pLVREV_Private->FeedbackMixer[i].pCallbackHandle = LVM_NULL;
300 pLVREV_Private->FeedbackMixer[i].pGeneralPurpose = LVM_NULL;
301 pLVREV_Private->FeedbackMixer[i].pCallBack = LVM_NULL;
302 pLVREV_Private->FeedbackMixer[i].CallbackSet = LVM_FALSE;
303 pLVREV_Private->FeedbackMixer[i].Current = 0;
304 pLVREV_Private->FeedbackMixer[i].Target = 0;
H A DLVREV_ApplyNewSettings.c364 pPrivate->FeedbackMixer[0].Target=G[0]<<7;
365 pPrivate->FeedbackMixer[1].Target=G[1]<<7;
366 pPrivate->FeedbackMixer[2].Target=G[2]<<7;
367 pPrivate->FeedbackMixer[3].Target=G[3]<<7;
505 pPrivate->FeedbackMixer[0].Alpha=Alpha;
506 pPrivate->FeedbackMixer[1].Alpha=Alpha;
507 pPrivate->FeedbackMixer[2].Alpha=Alpha;
508 pPrivate->FeedbackMixer[3].Alpha=Alpha;
H A DLVREV_Private.h142 Mix_1St_Cll_t FeedbackMixer[4]; /* Mixer for Pop and Click Supression caused by feedback Gain */ member in struct:__anon206
H A DLVREV_Process.c299 MixSoft_1St_D32C31_WRA(&pPrivate->FeedbackMixer[j], pDelayLine, pDelayLine, NumSamples);

Completed in 268 milliseconds