Searched defs:acc (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.c | 163 static void accelCalAlgoInit(struct AccelCalAlgo *acc, uint32_t fx, in accelCalAlgoInit() 171 bool accelCalNewBiasAvailable(struct AccelCal *acc) { in accelCalNewBiasAvailable() 178 void accelCalInit(struct AccelCal *acc, in accelCalInit() 229 void accelCalDestroy(struct AccelCal *acc) { (void)acc; } in accelCalDestroy() 416 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalUpdateBias() 437 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z) { in accelCalBiasSet() 444 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalBiasRemove() 451 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, in accelCalRun() 565 void accelCalDebPrint(struct AccelCal *acc, float temp) { in accelCalDebPrint()
|
/device/amlogic/yukawa/hal/audio/ |
D | audio_aec.c | 111 int32_t acc = 0; in get_reference_audio_in_place() local
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | arm_math.h | 5127 q63_t acc; in arm_pid_q31() local 5175 q63_t acc; in arm_pid_q15() local 7211 q31_t acc = 0; /* output */ in arm_bilinear_interp_q31() local 7286 q63_t acc = 0; /* output */ in arm_bilinear_interp_q15() local 7366 q63_t acc = 0; /* output */ in arm_bilinear_interp_q7() local
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 519 struct AccelCal acc; member
|