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

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot);
133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
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)
dbreg.cpp 486 SmoothMotion();
685 void db_FrameToReferenceRegistration::SmoothMotion(void)
727 m_stab_smoother.smoothMotion(&inmot,&outmot);
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
dbstabsmooth.h 66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot);
133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
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)
dbreg.cpp 486 SmoothMotion();
685 void db_FrameToReferenceRegistration::SmoothMotion(void)
727 m_stab_smoother.smoothMotion(&inmot,&outmot);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 66 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot);
133 bool smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor);
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)
dbreg.cpp 486 SmoothMotion();
684 void db_FrameToReferenceRegistration::SmoothMotion(void)
726 m_stab_smoother.smoothMotion(&inmot,&outmot);
  /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 4050 milliseconds