Searched refs:DEF_N_ACCEL_SAMPLES (Results 1 - 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c111 #define DEF_N_ACCEL_SAMPLES (20) /* num of accel samples to macro
193 DEF_N_ACCEL_SAMPLES
946 sqrt(RMS[X] / DEF_N_ACCEL_SAMPLES),
947 sqrt(RMS[Y] / DEF_N_ACCEL_SAMPLES),
948 sqrt(RMS[Z] / DEF_N_ACCEL_SAMPLES));

Completed in 44 milliseconds