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

/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c184 static tTestSetup test_setup = { variable
264 test_setup.gyro_sens = sensitivity;
265 test_setup.gyro_fs = (int)(32768.f / sensitivity);
266 test_setup.packet_thresh = p_thresh;
267 test_setup.total_timing_tol = total_time_tol;
268 test_setup.bias_thresh = bias_thresh;
269 test_setup.rms_threshSq = rms_thresh * rms_thresh;
270 test_setup.sp_shift_thresh = sp_shift_thresh;
271 test_setup.accel_samples = accel_samples;
397 tmp = (int)(test_setup
[all...]

Completed in 29 milliseconds