OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpMotion
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
110
VP_MOTION
tmpMotion
, testMotion;
125
VP_MOTION_ID(
tmpMotion
);
141
if(!smoothMotion(inmot, &
tmpMotion
, smoothFactor))
144
//
TmpMotion
, or Qsi where s is the smoothed display reference and i is the
152
(void) vp_zoom_motion2d(&
tmpMotion
, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool
182
vp_copy_motion_no_id(&
tmpMotion
/*in*/, outmot/*out*/);
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
110
VP_MOTION
tmpMotion
, testMotion;
125
VP_MOTION_ID(
tmpMotion
);
141
if(!smoothMotion(inmot, &
tmpMotion
, smoothFactor))
144
//
TmpMotion
, or Qsi where s is the smoothed display reference and i is the
152
(void) vp_zoom_motion2d(&
tmpMotion
, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool
182
vp_copy_motion_no_id(&
tmpMotion
/*in*/, outmot/*out*/);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
110
VP_MOTION
tmpMotion
, testMotion;
125
VP_MOTION_ID(
tmpMotion
);
141
if(!smoothMotion(inmot, &
tmpMotion
, smoothFactor))
144
//
TmpMotion
, or Qsi where s is the smoothed display reference and i is the
152
(void) vp_zoom_motion2d(&
tmpMotion
, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool
182
vp_copy_motion_no_id(&
tmpMotion
/*in*/, outmot/*out*/);
Completed in 67 milliseconds