Searched defs:f_smoothFactor (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; }
103 inline float getSmoothingFactor(void) { return f_smoothFactor; }
144 float f_smoothFactor; member in class:db_StabilizationSmoother
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; }
103 inline float getSmoothingFactor(void) { return f_smoothFactor; }
144 float f_smoothFactor; member in class:db_StabilizationSmoother
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; }
103 inline float getSmoothingFactor(void) { return f_smoothFactor; }
144 float f_smoothFactor; member in class:db_StabilizationSmoother

Completed in 36 milliseconds