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

  /development/perftests/panorama/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;
  /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;
  /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;

Completed in 74 milliseconds