Home
last modified time | relevance | path

Searched refs:Delta (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_Mixer_SetTimeConstant.c80 LVM_FLOAT Delta = DeltaTable[Fs]; in LVC_Mixer_SetTimeConstant() local
81 Delta = Delta / (NumChannels); in LVC_Mixer_SetTimeConstant()
84 Delta = 1.000000f; in LVC_Mixer_SetTimeConstant()
86 Delta = Delta / Tc_millisec; in LVC_Mixer_SetTimeConstant()
88 if(Delta == 0) in LVC_Mixer_SetTimeConstant()
89 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0, \ in LVC_Mixer_SetTimeConstant()
91 pInstance->Delta = Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in LVC_Mixer_SetTimeConstant()
109 LVM_INT32 Delta=DeltaTable[Fs]; in LVC_Mixer_SetTimeConstant() local
110 Delta=Delta>>(NumChannels-1); in LVC_Mixer_SetTimeConstant()
113 Delta=0x7FFFFFFF; in LVC_Mixer_SetTimeConstant()
[all …]
DLVC_Mixer_VarSlope_SetTimeConstant.c81 LVM_FLOAT Delta = DeltaTable[Fs]; in LVC_Mixer_VarSlope_SetTimeConstant() local
86 Delta=Delta / (NumChannels); in LVC_Mixer_VarSlope_SetTimeConstant()
99 Delta = 1.000000f; in LVC_Mixer_VarSlope_SetTimeConstant()
101 Delta = Delta / Tc_millisec_float; in LVC_Mixer_VarSlope_SetTimeConstant()
103 if(Delta == 0) in LVC_Mixer_VarSlope_SetTimeConstant()
104 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0, \ in LVC_Mixer_VarSlope_SetTimeConstant()
109 Delta = 0.0000000005f; /* Minimum value for proper call-backs \ in LVC_Mixer_VarSlope_SetTimeConstant()
113 pInstance->Delta = Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in LVC_Mixer_VarSlope_SetTimeConstant()
131 LVM_INT32 Delta=DeltaTable[Fs]; in LVC_Mixer_VarSlope_SetTimeConstant() local
136 Delta=Delta>>(NumChannels-1); in LVC_Mixer_VarSlope_SetTimeConstant()
[all …]
DLVC_Core_MixSoft_1St_D16C31_WRA.c39 LVM_FLOAT Delta= (LVM_FLOAT)pInstance->Delta; in LVC_Core_MixSoft_1St_D16C31_WRA() local
50 Temp = Current + Delta; in LVC_Core_MixSoft_1St_D16C31_WRA()
67 Temp = Current + Delta; in LVC_Core_MixSoft_1St_D16C31_WRA()
86 Current -= Delta; in LVC_Core_MixSoft_1St_D16C31_WRA()
96 Current -= Delta; in LVC_Core_MixSoft_1St_D16C31_WRA()
138 LVM_FLOAT Delta= (LVM_FLOAT)pInstance->Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA() local
155 Temp = Current + Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA()
174 Temp = Current + Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA()
194 Current -= Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA()
206 Current -= Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA()
[all …]
DLVC_Core_MixInSoft_D16C31_SAT.c39 LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixInSoft_D16C31_SAT() local
49 Temp = Current + Delta; in LVC_Core_MixInSoft_D16C31_SAT()
66 Temp = Current + Delta; in LVC_Core_MixInSoft_D16C31_SAT()
84 Current -= Delta; in LVC_Core_MixInSoft_D16C31_SAT()
100 Current -= Delta; in LVC_Core_MixInSoft_D16C31_SAT()
146 LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT() local
162 Temp = Current + Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT()
179 Temp = Current + Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT()
206 Current -= Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT()
222 Current -= Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT()
[all …]
DLVC_MixSoft_1St_2i_D16C31_SAT.c108 Target_ctr.Delta = 0.0f; in LVC_MixSoft_1St_MC_float_SAT()
136 if (pInstance1->Delta == LVM_MAXFLOAT in LVC_MixSoft_1St_MC_float_SAT()
137 || Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_MC_float_SAT()
152 if (pInstance2->Delta == LVM_MAXFLOAT in LVC_MixSoft_1St_MC_float_SAT()
153 || Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) in LVC_MixSoft_1St_MC_float_SAT()
200 if (Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_MC_float_SAT()
218 if (Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) in LVC_MixSoft_1St_MC_float_SAT()
255 if(pInstance1->Delta == 1.0f) in LVC_MixSoft_1St_2i_D16C31_SAT()
261 else if (Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
276 if(pInstance2->Delta == 1.0f) in LVC_MixSoft_1St_2i_D16C31_SAT()
[all …]
DLVC_MixSoft_1St_D16C31_SAT.c54 if(pInstance->Delta == 1.0f){ in LVC_MixSoft_1St_D16C31_SAT()
58 }else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta){ in LVC_MixSoft_1St_D16C31_SAT()
91 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta){ in LVC_MixSoft_1St_D16C31_SAT()
142 if (pInstance->Delta == 1.0f) { in LVC_MixSoft_Mc_D16C31_SAT()
146 }else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_Mc_D16C31_SAT()
183 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_Mc_D16C31_SAT()
218 if(pInstance->Delta == 0x7FFFFFFF){ in LVC_MixSoft_1St_D16C31_SAT()
222 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ in LVC_MixSoft_1St_D16C31_SAT()
264 if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ in LVC_MixSoft_1St_D16C31_SAT()
DLVC_MixInSoft_D16C31_SAT.c54 if(pInstance->Delta == 1.0f){ in LVC_MixInSoft_D16C31_SAT()
58 }else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta){ in LVC_MixInSoft_D16C31_SAT()
93 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta){ in LVC_MixInSoft_D16C31_SAT()
148 if (pInstance->Delta == 1.0f) { in LVC_MixInSoft_Mc_D16C31_SAT()
152 }else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_Mc_D16C31_SAT()
194 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_Mc_D16C31_SAT()
230 if(pInstance->Delta == 0x7FFFFFFF){ in LVC_MixInSoft_D16C31_SAT()
234 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ in LVC_MixInSoft_D16C31_SAT()
276 if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ in LVC_MixInSoft_D16C31_SAT()
DLVC_Core_MixSoft_1St_2i_D16C31_WRA.c56 LVM_FLOAT DeltaL = pInstanceL->Delta; in LVC_Core_MixSoft_1St_2i_D16C31_WRA()
60 LVM_FLOAT DeltaR = pInstanceR->Delta; in LVC_Core_MixSoft_1St_2i_D16C31_WRA()
168 const LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixSoft_1St_MC_float_WRA() local
173 ADD2_SAT_FLOAT(Current, Delta, Temp); in LVC_Core_MixSoft_1St_MC_float_WRA()
180 Current -= Delta; in LVC_Core_MixSoft_1St_MC_float_WRA()
209 LVM_INT32 DeltaL=pInstanceL->Delta; in LVC_Core_MixSoft_1St_2i_D16C31_WRA()
213 LVM_INT32 DeltaR=pInstanceR->Delta; in LVC_Core_MixSoft_1St_2i_D16C31_WRA()
DLVC_Mixer_Private.h35 LVM_FLOAT Delta; /*number specifying value of Delta Gain */ member
44 …LVM_INT32 Delta; /* 32 bit number specifying the fractional… member
/frameworks/base/cmds/incidentd/testdata/
Dkmsg.txt5 D - 104829 - APPSBL Image Loaded, Delta - (2498816 Bytes)
7 D - 643611 - SBL1, Delta
13 D - 244 - clock_init, Delta
17 D - 3386 - QSEE Dev Config Image Loaded, Delta - (46232 Bytes)
20 D - 2166 - APDP Image Loaded, Delta - (7696 Bytes)
23 D - 50782 - QSEE Image Loaded, Delta - (1648640 Bytes)
25 D - 244 - SEC Image Loaded, Delta - (4096 Bytes)
29 D - 91 - sbl1_efs_handle_cookies, Delta
32 D - 11010 - QHEE Image Loaded, Delta - (258280 Bytes)
35 D - 10736 - RPM Image Loaded, Delta - (224104 Bytes)
[all …]
Dkmsg.txt.gz1[0] bldr_log_init: bldr_log_base=0x83600000, bldr_log_size=458752 2B - 626409 - ...
/frameworks/native/services/inputflinger/
DInputReader.h1516 struct Delta { struct
1519 Delta referenceDeltas[MAX_POINTER_ID + 1];
DInputReader.cpp5957 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in preparePointerGestures()
5976 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in preparePointerGestures()
6025 PointerGesture::Delta& delta1 = mPointerGesture.referenceDeltas[id1]; in preparePointerGestures()
6026 PointerGesture::Delta& delta2 = mPointerGesture.referenceDeltas[id2]; in preparePointerGestures()
6080 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in preparePointerGestures()
/frameworks/base/proto/src/
Dwifi.proto1804 // Delta of successfully transmitted (ACKed) unicast data packets
1808 // Delta of transmitted unicast data retry packets
1812 // Delta of lost (not ACKed) transmitted unicast data packets
1816 // Delta of received unicast data packets