OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prev_stillness_confidence
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h
87
float
prev_stillness_confidence
;
member in struct:GyroStillDet
gyro_cal.c
504
gyro_cal->gyro_stillness_detect.
prev_stillness_confidence
*
505
gyro_cal->accel_stillness_detect.
prev_stillness_confidence
*
506
gyro_cal->mag_stillness_detect.
prev_stillness_confidence
;
571
gyro_cal->accel_stillness_detect.
prev_stillness_confidence
= 0;
572
gyro_cal->gyro_stillness_detect.
prev_stillness_confidence
= 0;
573
gyro_cal->mag_stillness_detect.
prev_stillness_confidence
= 0;
796
gyro_cal->accel_stillness_detect.
prev_stillness_confidence
;
798
gyro_cal->gyro_stillness_detect.
prev_stillness_confidence
;
800
gyro_cal->mag_stillness_detect.
prev_stillness_confidence
;
[
all
...]
gyro_stillness_detect.c
221
gyro_still_det->
prev_stillness_confidence
=
Completed in 209 milliseconds