HomeSort by relevance Sort by last modified time
    Searched full:pinstance2 (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixSoft_1St_2i_D16C31_SAT.c 46 Mix_Private_FLOAT_st *pInstance2 = \
54 if ((pInstance1->Current != pInstance1->Target) || (pInstance2->Current != pInstance2->Target))
77 if(pInstance2->Delta == 1.0f)
79 pInstance2->Current = pInstance2->Target;
80 TargetGain = pInstance2->Target;
83 else if (Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta
    [all...]
LVC_MixSoft_2St_D16C31_SAT.c 37 Mix_Private_FLOAT_st *pInstance2 = \
49 else if ((pInstance2->Current == pInstance2->Target) && (pInstance2->Current == 0)){
54 (pInstance2->Current != pInstance2->Target))
78 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance->MixerStream[1].PrivateParams);
88 else if ((pInstance2->Current == pInstance2->Target)&&(pInstance2->Current == 0))
    [all...]
LVC_Core_MixHard_2St_D16C31_SAT.c 40 Mix_Private_FLOAT_st *pInstance2 = (Mix_Private_FLOAT_st *)(ptrInstance2->PrivateParams);
44 Current2 = (pInstance2->Current);
70 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance2->PrivateParams);
74 Current2Short = (LVM_INT16)(pInstance2->Current >> 16);
LVC_Core_MixHard_1St_2i_D16C31_SAT.c 40 Mix_Private_FLOAT_st *pInstance2 = (Mix_Private_FLOAT_st *)(ptrInstance2->PrivateParams);
51 Temp = ((LVM_FLOAT)*(src++) * (LVM_FLOAT)pInstance2->Current);
74 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance2->PrivateParams);
78 Current2Short = (LVM_INT16)(pInstance2->Current >> 16);
LVC_Mixer_Private.h 84 LVMixer3_FLOAT_st *pInstance2,
91 LVMixer3_st *pInstance2,
151 LVMixer3_st *pInstance2,

Completed in 317 milliseconds