Home
last modified time | relevance | path

Searched refs:f_smoothReset (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.h88 inline void resetSmoothing(bool flag) { f_smoothReset = flag; } in resetSmoothing()
115 inline bool getSmoothReset(void) { return f_smoothReset; } in getSmoothReset()
143 bool f_smoothReset; variable
Ddbstabsmooth.cpp35 f_smoothReset = false; in Init()
69 if(!f_smoothReset) { in smoothMotion()
198 if(!f_smoothReset) { in smoothMotion()
247 if(!f_smoothReset) { in smoothMotion1()