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

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } function in class:db_StabilizationSmoother
H A Ddbreg.cpp173 m_stab_smoother.setSmoothingFactor(m_motion_smoothing_gain);
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } function in class:db_StabilizationSmoother
H A Ddbreg.cpp173 m_stab_smoother.setSmoothingFactor(m_motion_smoothing_gain);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } function in class:db_StabilizationSmoother
H A Ddbreg.cpp173 m_stab_smoother.setSmoothingFactor(m_motion_smoothing_gain);

Completed in 103 milliseconds