/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_Mixer_SetTimeConstant.cpp | 64 LVM_FLOAT Delta = DeltaTable[Fs]; in LVC_Mixer_SetTimeConstant() local 65 Delta = Delta / (NumChannels); in LVC_Mixer_SetTimeConstant() 68 Delta = 1.000000f; in LVC_Mixer_SetTimeConstant() 70 Delta = Delta / Tc_millisec; in LVC_Mixer_SetTimeConstant() 72 if (Delta == 0) in LVC_Mixer_SetTimeConstant() 73 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0, \ in LVC_Mixer_SetTimeConstant() 75 pInstance->Delta = Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in LVC_Mixer_SetTimeConstant()
|
D | LVC_Mixer_VarSlope_SetTimeConstant.cpp | 64 LVM_FLOAT Delta = DeltaTable[Fs]; in LVC_Mixer_VarSlope_SetTimeConstant() local 69 Delta = Delta / (NumChannels); in LVC_Mixer_VarSlope_SetTimeConstant() 80 Delta = 1.000000f; in LVC_Mixer_VarSlope_SetTimeConstant() 82 Delta = Delta / Tc_millisec_float; in LVC_Mixer_VarSlope_SetTimeConstant() 84 if (Delta == 0) in LVC_Mixer_VarSlope_SetTimeConstant() 85 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0, \ in LVC_Mixer_VarSlope_SetTimeConstant() 88 Delta = 0.0000000005f; /* Minimum value for proper call-backs \ in LVC_Mixer_VarSlope_SetTimeConstant() 92 pInstance->Delta = Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in LVC_Mixer_VarSlope_SetTimeConstant()
|
D | LVC_Core_MixInSoft_D16C31_SAT.cpp | 34 LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixInSoft_D16C31_SAT() local 44 Temp = Current + Delta; in LVC_Core_MixInSoft_D16C31_SAT() 55 Temp = Current + Delta; in LVC_Core_MixInSoft_D16C31_SAT() 66 Current -= Delta; in LVC_Core_MixInSoft_D16C31_SAT() 76 Current -= Delta; in LVC_Core_MixInSoft_D16C31_SAT() 110 LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT() local 126 Temp = Current + Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT() 137 Temp = Current + Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT() 151 Current -= Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT() 161 Current -= Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT()
|
D | LVC_Core_MixSoft_1St_D16C31_WRA.cpp | 34 LVM_FLOAT Delta = (LVM_FLOAT)pInstance->Delta; in LVC_Core_MixSoft_1St_D16C31_WRA() local 43 Current = LVM_Clamp(Current + Delta); in LVC_Core_MixSoft_1St_D16C31_WRA() 52 Current = LVM_Clamp(Current + Delta); in LVC_Core_MixSoft_1St_D16C31_WRA() 63 Current -= Delta; in LVC_Core_MixSoft_1St_D16C31_WRA() 72 Current -= Delta; in LVC_Core_MixSoft_1St_D16C31_WRA() 107 LVM_FLOAT Delta = (LVM_FLOAT)pInstance->Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA() local 122 Current = LVM_Clamp(Current + Delta); in LVC_Core_MixSoft_Mc_D16C31_WRA() 133 Current = LVM_Clamp(Current + Delta); in LVC_Core_MixSoft_Mc_D16C31_WRA() 143 Current -= Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA() 154 Current -= Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA()
|
D | LVC_Core_MixSoft_1St_2i_D16C31_WRA.cpp | 38 const LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixSoft_1St_MC_float_WRA() local 42 Current = ADD2_SAT_FLOAT(Current, Delta); in LVC_Core_MixSoft_1St_MC_float_WRA() 45 Current -= Delta; in LVC_Core_MixSoft_1St_MC_float_WRA()
|
D | LVC_MixSoft_1St_2i_D16C31_SAT.cpp | 95 Target_ctr.Delta = 0.0f; in LVC_MixSoft_1St_MC_float_SAT() 118 if (pInstance1->Delta == LVM_MAXFLOAT || in LVC_MixSoft_1St_MC_float_SAT() 119 Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) { in LVC_MixSoft_1St_MC_float_SAT() 130 if (pInstance2->Delta == LVM_MAXFLOAT || in LVC_MixSoft_1St_MC_float_SAT() 131 Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) { in LVC_MixSoft_1St_MC_float_SAT() 166 if (Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) { in LVC_MixSoft_1St_MC_float_SAT() 181 if (Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) { in LVC_MixSoft_1St_MC_float_SAT()
|
D | LVC_MixSoft_1St_D16C31_SAT.cpp | 50 if (pInstance->Delta == 1.0f) { in LVC_MixSoft_1St_D16C31_SAT() 54 } else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_1St_D16C31_SAT() 86 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_1St_D16C31_SAT() 131 if (pInstance->Delta == 1.0f) { in LVC_MixSoft_Mc_D16C31_SAT() 135 } else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_Mc_D16C31_SAT() 168 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_Mc_D16C31_SAT()
|
D | LVC_MixInSoft_D16C31_SAT.cpp | 49 if (pInstance->Delta == 1.0f) { in LVC_MixInSoft_D16C31_SAT() 53 } else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_D16C31_SAT() 86 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_D16C31_SAT() 132 if (pInstance->Delta == 1.0f) { in LVC_MixInSoft_Mc_D16C31_SAT() 136 } else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_Mc_D16C31_SAT() 170 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_Mc_D16C31_SAT()
|
D | LVC_Mixer_Private.h | 33 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/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | AnimateSharedAsState.kt | 308 private fun <T, Delta> sharedValue( in sharedValue() 312 ): SharedValue<T, Delta> { in sharedValue() 313 return layoutImpl.sharedValues[key]?.get(element)?.let { it as SharedValue<T, Delta> } in sharedValue() 322 internal class SharedValue<T, Delta>( in valueReadTooEarlyMessage() 323 val type: SharedValueType<T, Delta>, in valueReadTooEarlyMessage() 341 private class AnimatedStateImpl<T, Delta>( 352 val sharedValue = sharedValue<T, Delta>(layoutImpl, key, element) in value() 400 private fun transition(sharedValue: SharedValue<T, Delta>): TransitionState.Transition? { in transition() 437 sharedValue: SharedValue<T, Delta>, in computeInterruptedValue()
|
D | SceneTransitionLayout.kt | 313 interface SharedValueType<T, Delta> { 321 val zeroDeltaValue: Delta 330 fun diff(a: T, b: T): Delta in lerp() 333 fun addWeighted(a: T, b: Delta, bWeight: Float): T in lerp()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.h | 658 struct Delta { struct 661 Delta referenceDeltas[MAX_POINTER_ID + 1];
|
D | TouchInputMapper.cpp | 3130 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in prepareMultiFingerPointerGestures() 3149 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in prepareMultiFingerPointerGestures() 3196 PointerGesture::Delta& delta1 = mPointerGesture.referenceDeltas[id1]; in prepareMultiFingerPointerGestures() 3197 PointerGesture::Delta& delta2 = mPointerGesture.referenceDeltas[id2]; in prepareMultiFingerPointerGestures() 3248 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in prepareMultiFingerPointerGestures()
|
/frameworks/proto_logging/stats/atoms/bluetooth/ |
D | bluetooth_extension_atoms.proto | 385 // Delta time of radio scan start and stop in milliseconds.
|
/frameworks/base/services/incremental/test/ |
D | IncrementalServiceTest.cpp | 630 template <class Delta> 631 void advance(Delta delta) { in advance()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 5271 // Delta between the incoming binder call to vibrate and the first step in the 5274 // Delta between the HAL reporting the last vibrate operation has completed and 9982 // Delta Anon RSS reduced with compaction computed as RSS Before - RSS After.
|