Home
last modified time | relevance | path

Searched refs:estimate_time_nanos (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/
Dsphere_fit_calibration.c74 sphere_cal->estimate_time_nanos = 0; in sphereFitReset()
113 cal_data->calibration_time_nanos = sphere_cal->estimate_time_nanos; in sphereFitGetLatestCal()
253 sphere_cal->estimate_time_nanos = timestamp_nanos; in runCalibration()
Dsphere_fit_calibration.h99 uint64_t estimate_time_nanos; member