HomeSort by relevance Sort by last modified time
    Searched refs:f_smoothReset (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 88 inline void resetSmoothing(bool flag) { f_smoothReset = flag; }
115 inline bool getSmoothReset(void) { return f_smoothReset; }
143 bool f_smoothReset;
dbstabsmooth.cpp 35 f_smoothReset = false;
69 if(!f_smoothReset) {
198 if(!f_smoothReset) {
247 if(!f_smoothReset) {
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbstabsmooth.h 88 inline void resetSmoothing(bool flag) { f_smoothReset = flag; }
115 inline bool getSmoothReset(void) { return f_smoothReset; }
143 bool f_smoothReset;
dbstabsmooth.cpp 35 f_smoothReset = false;
69 if(!f_smoothReset) {
198 if(!f_smoothReset) {
247 if(!f_smoothReset) {
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 88 inline void resetSmoothing(bool flag) { f_smoothReset = flag; }
115 inline bool getSmoothReset(void) { return f_smoothReset; }
143 bool f_smoothReset;
dbstabsmooth.cpp 35 f_smoothReset = false;
69 if(!f_smoothReset) {
198 if(!f_smoothReset) {
247 if(!f_smoothReset) {

Completed in 26 milliseconds