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

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.h252 void ResetMotionSmoothingParameters() { m_stab_smoother.Init(); }
411 db_StabilizationSmoother m_stab_smoother; member in class:db_FrameToReferenceRegistration
H A Ddbreg.cpp173 m_stab_smoother.setSmoothingFactor(m_motion_smoothing_gain);
725 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot);
727 m_stab_smoother.smoothMotion(&inmot,&outmot);
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
H A Ddbreg.h252 void ResetMotionSmoothingParameters() { m_stab_smoother.Init(); }
411 db_StabilizationSmoother m_stab_smoother; member in class:db_FrameToReferenceRegistration
H A Ddbreg.cpp173 m_stab_smoother.setSmoothingFactor(m_motion_smoothing_gain);
725 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot);
727 m_stab_smoother.smoothMotion(&inmot,&outmot);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.h252 void ResetMotionSmoothingParameters() { m_stab_smoother.Init(); }
411 db_StabilizationSmoother m_stab_smoother; member in class:db_FrameToReferenceRegistration
H A Ddbreg.cpp173 m_stab_smoother.setSmoothingFactor(m_motion_smoothing_gain);
724 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot);
726 m_stab_smoother.smoothMotion(&inmot,&outmot);

Completed in 15 milliseconds