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

  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.h 83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; }
103 inline float getSmoothingFactor(void) { return f_smoothFactor; }
144 float f_smoothFactor;
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; }
103 inline float getSmoothingFactor(void) { return f_smoothFactor; }
144 float f_smoothFactor;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; }
103 inline float getSmoothingFactor(void) { return f_smoothFactor; }
144 float f_smoothFactor;

Completed in 568 milliseconds