HomeSort by relevance Sort by last modified time
    Searched full:damping (Results 1 - 25 of 38) sorted by null

1 2

  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java 91 return motor.damping;
94 public void setDamping(float damping) {
95 motor.damping = damping;
TranslationalLimitMotor.java 86 return motor.damping;
89 public void setDamping(float damping) {
90 motor.damping = damping;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SixDofSpringJoint.java 54 final float springDamping[] = new float[6]; // between 0 and 1 (1 == no damping)
76 public void setDamping(int index, float damping) {
77 setDamping(objectId, index, damping);
80 native void setDamping(long objctId, int index, float damping);
Point2PointJoint.java 105 cap.write(getDamping(), "damping", 1.0f);
115 setDamping(cap.readFloat("damping", 1.0f));
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
Point2PointJoint.java 66 ((Point2PointConstraint) constraint).setting.damping = value;
78 return ((Point2PointConstraint) constraint).setting.damping;
93 cap.write(getDamping(), "damping", 1.0f);
103 setDamping(cap.readFloat("damping", 1.0f));
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_joints_SixDofSpringJoint.cpp 41 (JNIEnv *env, jobject object, jlong jointId, jint index, jfloat damping) {
43 joint -> setDamping(index, damping);
com_jme3_bullet_joints_Point2PointJoint.cpp 49 (JNIEnv * env, jobject object, jlong jointId, jfloat damping) {
56 joint->m_setting.m_damping = damping;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java 116 public void setDamping(float damping) {
117 setDamping(motorId, damping);
120 private native void setDamping(long motorId, float damping);
TranslationalLimitMotor.java 112 public void setDamping(float damping) {
113 setDamping(motorId, damping);
116 private native void setDamping(long motorId, float damping);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 95 * Set the minimum damping factor value.
109 * Returns the current minimum damping factor.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 95 * Set the minimum damping factor value.
109 * Returns the current minimum damping factor.
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 241 if( (pPrivate->NewParams.Damping != pPrivate->CurrentParams.Damping) ||
250 LVM_INT16 Damping = (LVM_INT16)((pPrivate->NewParams.Damping * 100) + 1000);
261 MUL32x16INTO32(ScaleTable[i], Damping, Temp, 15)
265 Temp = Damping;
LVREV_SetControlParameters.c 98 if (pNewParams->Damping > LVREV_MAX_DAMPING)
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 170 * the damping coefficient for when the suspension is expanding.
184 * the damping coefficient for when the suspension is compressed.
185 * Set to k * 2.0 * FastMath.sqrt(m_suspensionStiffness) so k is proportional to critical damping.<br>
186 * k = 0.0 undamped & bouncy, k = 1.0 critical damping<br>
PhysicsVehicle.java 321 * The damping coefficient for when the suspension is compressed.
322 * Set to k * 2.0 * FastMath.sqrt(m_suspensionStiffness) so k is proportional to critical damping.<br>
323 * k = 0.0 undamped & bouncy, k = 1.0 critical damping<br>
332 * The damping coefficient for when the suspension is compressed.
333 * Set to k * 2.0 * FastMath.sqrt(m_suspensionStiffness) so k is proportional to critical damping.<br>
334 * k = 0.0 undamped & bouncy, k = 1.0 critical damping<br>
353 * The damping coefficient for when the suspension is expanding.
362 * The damping coefficient for when the suspension is expanding.
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 165 * the damping coefficient for when the suspension is expanding.
179 * the damping coefficient for when the suspension is compressed.
180 * Set to k * 2.0 * FastMath.sqrt(m_suspensionStiffness) so k is proportional to critical damping.<br>
181 * k = 0.0 undamped & bouncy, k = 1.0 critical damping<br>
PhysicsVehicle.java 311 * The damping coefficient for when the suspension is compressed.
312 * Set to k * 2.0 * FastMath.sqrt(m_suspensionStiffness) so k is proportional to critical damping.<br>
313 * k = 0.0 undamped & bouncy, k = 1.0 critical damping<br>
322 * The damping coefficient for when the suspension is compressed.
323 * Set to k * 2.0 * FastMath.sqrt(m_suspensionStiffness) so k is proportional to critical damping.<br>
324 * k = 0.0 undamped & bouncy, k = 1.0 critical damping<br>
343 * The damping coefficient for when the suspension is expanding.
352 * The damping coefficient for when the suspension is expanding.
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
Environment.java 139 // skip echo time, echo damping, mod time, mod damping
  /frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 114 LVM_UINT16 Damping; /* Damping */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
timex.h 61 * SHIFT_KG and SHIFT_KF establish the damping of the PLL and are chosen
63 * establishes the damping of the FLL and is chosen by wisdom and black
pkt_sched.h 179 unsigned char Scell_log; /* cell size for idle damping */
222 __u8 Scell_log; /* cell size for idle damping */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
timex.h 61 * SHIFT_KG and SHIFT_KF establish the damping of the PLL and are chosen
63 * establishes the damping of the FLL and is chosen by wisdom and black
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
timex.h 61 * SHIFT_KG and SHIFT_KF establish the damping of the PLL and are chosen
63 * establishes the damping of the FLL and is chosen by wisdom and black
  /external/iproute2/include/linux/
pkt_sched.h 195 unsigned char Scell_log; /* cell size for idle damping */
235 __u8 Scell_log; /* cell size for idle damping */
  /external/kernel-headers/original/linux/
pkt_sched.h 206 unsigned char Scell_log; /* cell size for idle damping */
249 __u8 Scell_log; /* cell size for idle damping */

Completed in 1307 milliseconds

1 2