Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dand_constructor.c70 extern signed char g_gyro_orientation[9]; in inv_constructor_setup()
77 orient = inv_orientation_matrix_to_scalar(g_gyro_orientation); in inv_constructor_setup()
Dmain.c170 signed char g_gyro_orientation[9] = {1, 0, 0, 0, 1, 0, 0, 0, 1}; variable