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

  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetInstanceHandle.c 298 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;
LVREV_ApplyNewSettings.c 364 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;
LVREV_Private.h 142 Mix_1St_Cll_t FeedbackMixer[4]; /* Mixer for Pop and Click Supression caused by feedback Gain */
LVREV_Process.c 299 MixSoft_1St_D32C31_WRA(&pPrivate->FeedbackMixer[j], pDelayLine, pDelayLine, NumSamples);

Completed in 71 milliseconds