Searched defs:Current (Results 1 - 6 of 6) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
H A D | LVC_Mixer_Private.h | 33 LVM_INT32 Current; /* 32 bit number specifying fractional valude of Current Gain */ member in struct:__anon418
|
H A D | LVC_Mixer_VarSlope_SetTimeConstant.c | 66 LVM_INT32 Current; local 72 Current = LVC_Mixer_GetCurrent( pStream ); 75 if (Current != Target) 77 Tc_millisec = Tc_millisec * 32767 / (Current - Target);
|
H A D | LVC_Core_MixInSoft_D16C31_SAT.c | 41 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 D | LVC_Core_MixSoft_1St_D16C31_WRA.c | 41 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 D | LVCS_BypassMix.c | 77 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 D | Mixer.h | 37 LVM_INT32 Current; /* Current value. Set by the mixer function. */ member in struct:__anon410
|
Completed in 397 milliseconds