Home
last modified time | relevance | path

Searched defs:preRotationMatrix (Results 1 – 4 of 4) sorted by relevance

/base/sensors/sensor/test/unittest/interfaces/inner_api/
Dsensor_algorithm_test.cpp232 std::vector<float> preRotationMatrix = {1.17549e-38, 1.17549e-38, 1.17549e-38, variable
247 std::vector<float> preRotationMatrix = {1.17549e-38, 1.17549e-38, 1.17549e-38, variable
268 std::vector<float> preRotationMatrix = {1.17549e-38, 1.17549e-38, 1.17549e-38, variable
/base/sensors/sensor/frameworks/cj/src/
Dcj_sensor_ffi.cpp50 int32_t FfiSensorGetAngleVariation(CArrFloat32 currentRotationMatrix, CArrFloat32 preRotationMatrix, in FfiSensorGetAngleVariation()
Dcj_sensor_impl.cpp232 …sorImpl::GetAngleModify(const CArrFloat32 &curRotationMatrix, const CArrFloat32 &preRotationMatrix, in GetAngleModify()
/base/sensors/sensor/frameworks/native/src/
Dsensor_algorithm.cpp156 …gorithm::GetAngleModify(std::vector<float> curRotationMatrix, std::vector<float> preRotationMatrix, in GetAngleModify()