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

  /device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/
mag_sphere_fit.h 45 uint32_t sample_counter; member in struct:MagCalSphere
mag_sphere_fit.c 30 mocs->sample_counter = 0;
80 // sample_counter for the down sampling.
81 mocs->sample_counter++;
85 if (mocs->sample_counter >= mocs->sample_drop) {
93 // resetting the sample_counter.
94 mocs->sample_counter = 0;
  /device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
mag_cal.c 273 static size_t sample_counter = 0; local
276 sample_counter++;
277 if (sample_counter == 2) {
304 if (sample_counter == 4) {
329 if (sample_counter == 6) {
353 sample_counter = 0;

Completed in 143 milliseconds