Home
last modified time | relevance | path

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

/base/sensors/sensor/test/unittest/interfaces/inner_api/
Dsensor_algorithm_test.cpp90 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
105 std::vector<float> inRotationMatrix(3); variable
114 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
123 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
/base/sensors/sensor/frameworks/native/src/
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()