Searched refs:otc_unit_conversion (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/over_temp/ |
D | over_temp_cal.c | 383 CAL_ENCODE_FLOAT(offset[0] * over_temp_cal->otc_unit_conversion, 3), in overTempCalSetModel() 384 CAL_ENCODE_FLOAT(offset[1] * over_temp_cal->otc_unit_conversion, 3), in overTempCalSetModel() 385 CAL_ENCODE_FLOAT(offset[2] * over_temp_cal->otc_unit_conversion, 3), in overTempCalSetModel() 393 CAL_ENCODE_FLOAT(temp_sensitivity[0] * over_temp_cal->otc_unit_conversion, in overTempCalSetModel() 395 CAL_ENCODE_FLOAT(temp_sensitivity[1] * over_temp_cal->otc_unit_conversion, in overTempCalSetModel() 397 CAL_ENCODE_FLOAT(temp_sensitivity[2] * over_temp_cal->otc_unit_conversion, in overTempCalSetModel() 399 CAL_ENCODE_FLOAT(sensor_intercept[0] * over_temp_cal->otc_unit_conversion, in overTempCalSetModel() 401 CAL_ENCODE_FLOAT(sensor_intercept[1] * over_temp_cal->otc_unit_conversion, in overTempCalSetModel() 403 CAL_ENCODE_FLOAT(sensor_intercept[2] * over_temp_cal->otc_unit_conversion, in overTempCalSetModel() 591 CAL_ENCODE_FLOAT(offset[0] * over_temp_cal->otc_unit_conversion, 3), in overTempCalUpdateSensorEstimate() [all …]
|
D | over_temp_cal.h | 332 float otc_unit_conversion; // Unit conversion for debug display. member 551 float otc_unit_conversion);
|