OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smoothmotion
(Results
1 - 13
of
13
) 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);
dbreg.h
385
void
SmoothMotion
(void);
/packages/apps/Camera2/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);
dbreg.h
385
void
SmoothMotion
(void);
/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);
dbreg.h
385
void
SmoothMotion
(void);
/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 662 milliseconds