Searched refs:f_zoom (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h93 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
H A Ddbstabsmooth.cpp38 f_zoom = 1.0f;
152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h93 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
H A Ddbstabsmooth.cpp38 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/
H A Ddbstabsmooth.h93 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
H A Ddbstabsmooth.cpp38 f_zoom = 1.0f;
152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool

Completed in 375 milliseconds