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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_Mixer_Private.h35 LVM_INT32 Delta; /* 32 bit number specifying the fractional value of Delta Gain */ member in struct:__anon178
H A DLVC_Mixer_SetTimeConstant.c29 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */
41 /* Delta - the step change for fractional gain per 4 samples */
63 LVM_INT32 Delta=DeltaTable[Fs]; local
64 Delta=Delta>>(NumChannels-1);
67 Delta=0x7FFFFFFF;
69 Delta=Delta/Tc_millisec;
71 if(Delta==0)
72 Delta
[all...]
H A DLVC_Mixer_VarSlope_SetTimeConstant.c30 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */
42 /* Delta - the step change for fractional gain per 4 samples */
64 LVM_INT32 Delta=DeltaTable[Fs]; local
69 Delta=Delta>>(NumChannels-1);
81 Delta=0x7FFFFFFF;
83 Delta=Delta/Tc_millisec;
85 if(Delta==0)
86 Delta
[all...]
H A DLVC_Core_MixInSoft_D16C31_SAT.c40 LVM_INT32 Delta=pInstance->Delta; local
50 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
69 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
89 Current -= Delta; /* Q31 + Q31 into Q31*/
107 Current -= Delta; /* Q31 + Q31 into Q31*/
H A DLVC_Core_MixSoft_1St_D16C31_WRA.c40 LVM_INT32 Delta=pInstance->Delta; local
50 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
63 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
78 Current -= Delta; /* Q31 + Q31 into Q31*/
90 Current -= Delta; /* Q31 + Q31 into Q31*/
/frameworks/native/services/inputflinger/
H A DInputReader.h1724 struct Delta { struct in struct:android::TouchInputMapper::PointerGesture
1727 Delta referenceDeltas[MAX_POINTER_ID + 1];

Completed in 161 milliseconds