Home
last modified time | relevance | path

Searched defs:inRotationMatrix (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/
H A Dsensor_algorithm_test.cpp101 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
116 std::vector<float> inRotationMatrix(3); variable
125 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
134 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
143 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
154 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
163 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
173 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, variable
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_algorithm.cpp51 int32_t SensorAlgorithm::TransformCoordinateSystemImpl(std::vector<float> inRotationMatrix, int32_t… in TransformCoordinateSystemImpl()
97 int32_t SensorAlgorithm::TransformCoordinateSystem(std::vector<float> inRotationMatrix, int32_t axi… in TransformCoordinateSystem()