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

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dand_constructor.c77 orient = inv_orientation_matrix_to_scalar(g_gyro_orientation);
81 orient = inv_orientation_matrix_to_scalar(g_accel_orientation);
87 orient = inv_orientation_matrix_to_scalar(g_compass_orientation);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h93 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx);
H A Dml_math_func.c586 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx) function
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.h93 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx);
H A Dml_math_func.c586 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx) function
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h93 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx);
H A Dml_math_func.c586 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx) function
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c112 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx);
821 orient = inv_orientation_matrix_to_scalar(orientation);
1480 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx) function
1503 * inv_orientation_matrix_to_scalar() will turn the transformation matrix into this scalar.
1552 * inv_orientation_matrix_to_scalar() will turn the transformation matrix into this scalar.
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp539 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
543 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
553 inv_orientation_matrix_to_scalar(orientMtx);
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp780 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
785 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
797 inv_orientation_matrix_to_scalar(orientMtx);
5254 orient = inv_orientation_matrix_to_scalar(orientMtx);
5349 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp870 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
875 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
887 inv_orientation_matrix_to_scalar(orientMtx);
5208 orient = inv_orientation_matrix_to_scalar(orientMtx);
5307 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
5456 unsigned short orient = inv_orientation_matrix_to_scalar(mAccelOrientation);

Completed in 226 milliseconds