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

  /development/perftests/panorama/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/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/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