/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_Mixer_SetTimeConstant.cpp | 67 LVM_FLOAT Delta = DeltaTable[Fs]; in LVC_Mixer_SetTimeConstant() local 68 Delta = Delta / (NumChannels); in LVC_Mixer_SetTimeConstant() 71 Delta = 1.000000f; in LVC_Mixer_SetTimeConstant() 73 Delta = Delta / Tc_millisec; in LVC_Mixer_SetTimeConstant() 75 if(Delta == 0) in LVC_Mixer_SetTimeConstant() 76 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0, \ in LVC_Mixer_SetTimeConstant() 78 pInstance->Delta = Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in LVC_Mixer_SetTimeConstant()
|
D | LVC_Mixer_VarSlope_SetTimeConstant.cpp | 67 LVM_FLOAT Delta = DeltaTable[Fs]; in LVC_Mixer_VarSlope_SetTimeConstant() local 72 Delta=Delta / (NumChannels); in LVC_Mixer_VarSlope_SetTimeConstant() 85 Delta = 1.000000f; in LVC_Mixer_VarSlope_SetTimeConstant() 87 Delta = Delta / Tc_millisec_float; in LVC_Mixer_VarSlope_SetTimeConstant() 89 if(Delta == 0) in LVC_Mixer_VarSlope_SetTimeConstant() 90 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0, \ in LVC_Mixer_VarSlope_SetTimeConstant() 95 Delta = 0.0000000005f; /* Minimum value for proper call-backs \ in LVC_Mixer_VarSlope_SetTimeConstant() 99 pInstance->Delta = Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in LVC_Mixer_VarSlope_SetTimeConstant()
|
D | LVC_Core_MixSoft_1St_D16C31_WRA.cpp | 38 LVM_FLOAT Delta= (LVM_FLOAT)pInstance->Delta; in LVC_Core_MixSoft_1St_D16C31_WRA() local 49 Temp = Current + Delta; in LVC_Core_MixSoft_1St_D16C31_WRA() 66 Temp = Current + Delta; in LVC_Core_MixSoft_1St_D16C31_WRA() 85 Current -= Delta; in LVC_Core_MixSoft_1St_D16C31_WRA() 95 Current -= Delta; in LVC_Core_MixSoft_1St_D16C31_WRA() 136 LVM_FLOAT Delta= (LVM_FLOAT)pInstance->Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA() local 153 Temp = Current + Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA() 172 Temp = Current + Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA() 192 Current -= Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA() 204 Current -= Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA()
|
D | LVC_Core_MixInSoft_D16C31_SAT.cpp | 38 LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixInSoft_D16C31_SAT() local 48 Temp = Current + Delta; in LVC_Core_MixInSoft_D16C31_SAT() 65 Temp = Current + Delta; in LVC_Core_MixInSoft_D16C31_SAT() 83 Current -= Delta; in LVC_Core_MixInSoft_D16C31_SAT() 99 Current -= Delta; in LVC_Core_MixInSoft_D16C31_SAT() 145 LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT() local 161 Temp = Current + Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT() 178 Temp = Current + Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT() 205 Current -= Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT() 221 Current -= Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT()
|
D | LVC_MixSoft_1St_2i_D16C31_SAT.cpp | 107 Target_ctr.Delta = 0.0f; in LVC_MixSoft_1St_MC_float_SAT() 135 if (pInstance1->Delta == LVM_MAXFLOAT in LVC_MixSoft_1St_MC_float_SAT() 136 || Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_MC_float_SAT() 151 if (pInstance2->Delta == LVM_MAXFLOAT in LVC_MixSoft_1St_MC_float_SAT() 152 || Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) in LVC_MixSoft_1St_MC_float_SAT() 199 if (Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_MC_float_SAT() 217 if (Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) in LVC_MixSoft_1St_MC_float_SAT() 254 if(pInstance1->Delta == 1.0f) in LVC_MixSoft_1St_2i_D16C31_SAT() 260 else if (Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT() 275 if(pInstance2->Delta == 1.0f) in LVC_MixSoft_1St_2i_D16C31_SAT() [all …]
|
D | LVC_MixInSoft_D16C31_SAT.cpp | 53 if(pInstance->Delta == 1.0f){ in LVC_MixInSoft_D16C31_SAT() 57 }else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta){ in LVC_MixInSoft_D16C31_SAT() 91 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta){ in LVC_MixInSoft_D16C31_SAT() 144 if (pInstance->Delta == 1.0f) { in LVC_MixInSoft_Mc_D16C31_SAT() 148 }else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_Mc_D16C31_SAT() 189 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_Mc_D16C31_SAT()
|
D | LVC_MixSoft_1St_D16C31_SAT.cpp | 53 if(pInstance->Delta == 1.0f){ in LVC_MixSoft_1St_D16C31_SAT() 57 }else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta){ in LVC_MixSoft_1St_D16C31_SAT() 90 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta){ in LVC_MixSoft_1St_D16C31_SAT() 141 if (pInstance->Delta == 1.0f) { in LVC_MixSoft_Mc_D16C31_SAT() 145 }else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_Mc_D16C31_SAT() 182 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_Mc_D16C31_SAT()
|
D | LVC_Core_MixSoft_1St_2i_D16C31_WRA.cpp | 55 LVM_FLOAT DeltaL = pInstanceL->Delta; in LVC_Core_MixSoft_1St_2i_D16C31_WRA() 59 LVM_FLOAT DeltaR = pInstanceR->Delta; in LVC_Core_MixSoft_1St_2i_D16C31_WRA() 167 const LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixSoft_1St_MC_float_WRA() local 172 ADD2_SAT_FLOAT(Current, Delta, Temp); in LVC_Core_MixSoft_1St_MC_float_WRA() 179 Current -= Delta; in LVC_Core_MixSoft_1St_MC_float_WRA()
|
D | LVC_Mixer_Private.h | 34 LVM_FLOAT Delta; /*number specifying value of Delta Gain */ member
|
/frameworks/base/cmds/incidentd/testdata/ |
D | kmsg.txt | 5 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 …]
|
D | kmsg.txt.gz |
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.h | 634 struct Delta { struct 637 Delta referenceDeltas[MAX_POINTER_ID + 1];
|
D | TouchInputMapper.cpp | 2994 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in preparePointerGestures() 3013 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in preparePointerGestures() 3062 PointerGesture::Delta& delta1 = mPointerGesture.referenceDeltas[id1]; in preparePointerGestures() 3063 PointerGesture::Delta& delta2 = mPointerGesture.referenceDeltas[id2]; in preparePointerGestures() 3117 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in preparePointerGestures()
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | metrics.proto | 2200 // Delta of successfully transmitted (ACKed) unicast data packets 2204 // Delta of transmitted unicast data retry packets 2208 // Delta of lost (not ACKed) transmitted unicast data packets 2212 // Delta of received unicast data packets
|