HomeSort by relevance Sort by last modified time
    Searched refs:inv_orientation_matrix_to_scalar (Results 1 - 7 of 7) sorted by null

  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.h 93 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx);
ml_math_func.c 586 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx) function
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.h 93 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx);
ml_math_func.c 586 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx) function
  /hardware/invensense/60xx/mlsdk/mllite/
ml.c 112 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
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 806 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
811 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
823 inv_orientation_matrix_to_scalar(orientMtx);
    [all...]
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 539 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
543 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
553 inv_orientation_matrix_to_scalar(orientMtx);
    [all...]

Completed in 72 milliseconds