Searched defs:Current (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_Mixer_Private.h33 LVM_INT32 Current; /* 32 bit number specifying fractional valude of Current Gain */ member in struct:__anon184
H A DLVC_Mixer_VarSlope_SetTimeConstant.c66 LVM_INT32 Current; local
72 Current = LVC_Mixer_GetCurrent( pStream );
75 if (Current != Target)
77 Tc_millisec = Tc_millisec * 32767 / (Current - Target);
H A DLVC_Core_MixInSoft_D16C31_SAT.c41 LVM_INT32 Current=pInstance->Current; local
48 if(Current<Target){
50 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
51 Current=Temp;
52 if (Current > Target)
53 Current = Target;
55 CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/
69 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
70 Current
[all...]
H A DLVC_Core_MixSoft_1St_D16C31_WRA.c41 LVM_INT32 Current=pInstance->Current; local
48 if(Current<Target){
50 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
51 Current=Temp;
52 if (Current > Target)
53 Current = Target;
55 CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/
63 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
64 Current
[all...]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_BypassMix.c77 LVM_INT32 Current; local
111 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[0]);
112 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[0],(LVM_INT32)(Gain >> 15),Current);
119 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[1]);
120 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[1],(LVM_INT32)(Gain >> 15),Current);
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DMixer.h37 LVM_INT32 Current; /* Current value. Set by the mixer function. */ member in struct:__anon176

Completed in 510 milliseconds