Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_algorithm.cpp167 int32_t preRotationMatrixLength = static_cast<int32_t>(preRotationMatrix.size()); in GetAngleModify() local
173 if ((preRotationMatrixLength != FOUR_DIMENSIONAL_MATRIX_LENGTH) in GetAngleModify()
174 && (preRotationMatrixLength != THREE_DIMENSIONAL_MATRIX_LENGTH)) { in GetAngleModify()
182 int32_t prematrixDimension = ((preRotationMatrixLength == FOUR_DIMENSIONAL_MATRIX_LENGTH) in GetAngleModify()