HomeSort by relevance Sort by last modified time
    Searched full:f_zoom (Results 1 - 4 of 4) sorted by null

  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.h 93 inline void setZoomFactor(float zoom) { f_zoom = zoom; }
107 inline float getZoomFactor(void) { return f_zoom; }
146 float f_zoom; member in class:db_StabilizationSmoother
dbstabsmooth.cpp 38 f_zoom = 1.0f;
152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 93 inline void setZoomFactor(float zoom) { f_zoom = zoom; }
107 inline float getZoomFactor(void) { return f_zoom; }
146 float f_zoom; member in class:db_StabilizationSmoother
dbstabsmooth.cpp 38 f_zoom = 1.0f;
152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool

Completed in 298 milliseconds