/packages/apps/Camera/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
|
/packages/apps/Camera2/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
|
/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
|