Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c386 int i, tilt_tmp; in add_samples() local
464 tilt_tmp = (int)(asinf(z / magnitude) * RADIANS_TO_DEGREES); in add_samples()
465 tilt_tmp = (tilt_tmp > 127) ? 127 : tilt_tmp; in add_samples()
466 tilt_tmp = (tilt_tmp < -128) ? -128 : tilt_tmp; in add_samples()
467 tilt_angle = tilt_tmp; in add_samples()