Searched defs:matrix (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifi_hal.cpp572 feature_set *matrix, int *size) {
571 wifi_get_concurrency_matrix(wifi_interface_handle handle, int max_size, feature_set *matrix, int *size) argument
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.c239 * can convert the transformation matrix to this scalar and describes the
636 * can convert the transformation matrix to this scalar and describes the
659 * can convert the transformation matrix to this scalar and describes the
1597 /** Gets the 3x3 compass transform matrix in 32 bit Q30 fixed point format.
1598 * @param[out] the pointer of the 3x3 matrix in Q30 format
1600 void inv_get_compass_soft_iron_matrix_d(long *matrix) { argument
1603 matrix[i] = sensors.soft_iron.matrix_d[i];
1607 /** Sets the 3x3 compass transform matrix in 32 bit Q30 fixed point format.
1608 * @param[in] the pointer of the 3x3 matrix in Q30 format
1610 void inv_set_compass_soft_iron_matrix_d(long *matrix) { argument
1622 inv_get_compass_soft_iron_matrix_f(float *matrix) argument
1631 inv_set_compass_soft_iron_matrix_f(float *matrix) argument
[all...]
H A Dml_math_func.c338 * Converts a quaternion to a rotation matrix.
340 * @param[out] rot Rotation matrix in fixed point. One is 2^30. The
341 * First 3 elements of the rotation matrix, represent
342 * the first row of the matrix. Rotation matrix multiplied
577 /** Converts an orientation matrix made up of 0,+1,and -1 to a scalar representation.
578 * @param[in] mtx Orientation matrix to convert to a scalar.
579 * @return Description of orientation matrix. The lowest 2 bits (0 and 1) represent the column the one is on for the
583 * bit number 8 being the sign. In binary the identity matrix would therefor be:
705 void mlMatrixVectorMult(long matrix[ argument
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c238 * can convert the transformation matrix to this scalar and describes the
431 * can convert the transformation matrix to this scalar and describes the
454 * can convert the transformation matrix to this scalar and describes the
1370 /** Gets the 3x3 compass transform matrix in 32 bit Q30 fixed point format.
1371 * @param[out] the pointer of the 3x3 matrix in Q30 format
1373 void inv_get_compass_soft_iron_matrix_d(long *matrix) { argument
1376 matrix[i] = sensors.soft_iron.matrix_d[i];
1380 /** Sets the 3x3 compass transform matrix in 32 bit Q30 fixed point format.
1381 * @param[in] the pointer of the 3x3 matrix in Q30 format
1383 void inv_set_compass_soft_iron_matrix_d(long *matrix) { argument
1395 inv_get_compass_soft_iron_matrix_f(float *matrix) argument
1404 inv_set_compass_soft_iron_matrix_f(float *matrix) argument
[all...]
H A Dml_math_func.c338 * Converts a quaternion to a rotation matrix.
340 * @param[out] rot Rotation matrix in fixed point. One is 2^30. The
341 * First 3 elements of the rotation matrix, represent
342 * the first row of the matrix. Rotation matrix multiplied
577 /** Converts an orientation matrix made up of 0,+1,and -1 to a scalar representation.
578 * @param[in] mtx Orientation matrix to convert to a scalar.
579 * @return Description of orientation matrix. The lowest 2 bits (0 and 1) represent the column the one is on for the
583 * bit number 8 being the sign. In binary the identity matrix would therefor be:
705 void mlMatrixVectorMult(long matrix[ argument
[all...]

Completed in 214 milliseconds