Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.h529 const struct OverTempCalWeight *new_otc_weight);
Dover_temp_cal.c754 const struct OverTempCalWeight *new_otc_weight) { in overTempValidateAndSetWeight() argument
756 ASSERT_NOT_NULL(new_otc_weight); in overTempValidateAndSetWeight()
759 if (new_otc_weight->weight <= 0.0f) { in overTempValidateAndSetWeight()
770 new_otc_weight->offset_age_nanos) { in overTempValidateAndSetWeight()
771 over_temp_cal->weighting_function[index] = *new_otc_weight; in overTempValidateAndSetWeight()