OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f_smoothReset
(Results
1 - 3
of
3
) 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
;
/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
;
/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 156 milliseconds