Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c164 int lower_bound, upper_bound; in isOrientationAngleAcceptable() local
197 upper_bound = rotation * 90 + 45 in isOrientationAngleAcceptable()
201 && (orientation_angle > upper_bound)) { in isOrientationAngleAcceptable()
205 if (orientation_angle > upper_bound) { in isOrientationAngleAcceptable()