HomeSort by relevance Sort by last modified time
    Searched defs:smoothMotion (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 61 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot)
141 if(!smoothMotion(inmot, &tmpMotion, smoothFactor))
192 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor)
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 61 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot)
141 if(!smoothMotion(inmot, &tmpMotion, smoothFactor))
192 bool db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor)
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
ChaseCamera.java 69 protected boolean smoothMotion = false;
326 if (smoothMotion) {
615 return smoothMotion;
620 * @param smoothMotion
622 public void setSmoothMotion(boolean smoothMotion) {
623 this.smoothMotion = smoothMotion;
638 * Only has an effect if smoothMotion is set to true and trailing is enabled
657 * Only has an effect if smoothMotion is set to true
674 * Only has an effect if smoothMotion is set to true
    [all...]

Completed in 36 milliseconds