OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_acc_samples
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.c
70
gyro_still_det->
num_acc_samples
++;
101
(gyro_still_det->
num_acc_samples
> 1);
225
if (gyro_still_det->
num_acc_samples
> 1) {
226
tmp_denom = 1.f / gyro_still_det->
num_acc_samples
;
234
gyro_still_det->
num_acc_samples
= 0;
gyro_stillness_detect.h
68
uint32_t
num_acc_samples
;
member in struct:GyroStillDet
Completed in 198 milliseconds