Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DEcef2EnuConverter.java49 RealMatrix rotationMatrix = getRotationMatrix(refLat, refLng); in convertEcefToEnu()
73 public static RealMatrix getRotationMatrix(double refLat, double refLng){ in getRotationMatrix() method in Ecef2EnuConverter
DEcefToTopocentricConverter.java48 getRotationMatrix(latLngAlt.latitudeRadians, latLngAlt.longitudeRadians).transpose(); in convertCartesianToTopocentericRadMeters()
DUserPositionVelocityWeightedLeastSquare.java362 Ecef2EnuConverter.getRotationMatrix(llaValues.longitudeRadians, in calculatePositionVelocityUncertaintyEnu()
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java288 SensorManager.getRotationMatrix(Rr, Ir, gI, mI)); in testGetRotationMatrix()
318 SensorManager.getRotationMatrix(Rr2, Ir2, gI, mI)); in testGetRotationMatrix()
330 SensorManager.getRotationMatrix(Rr, null, gI, mI)); in testGetRotationMatrix()
333 SensorManager.getRotationMatrix(null, Ir, gI, mI)); in testGetRotationMatrix()
336 SensorManager.getRotationMatrix(null, null, gI, mI)); in testGetRotationMatrix()
342 SensorManager.getRotationMatrix(Rr, Ir, gI, mI)); in testGetRotationMatrix()
346 SensorManager.getRotationMatrix(Rr, Ir, gI, gI)); in testGetRotationMatrix()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DPreviewRecorder.java174 mTexRotMatrix = getRotationMatrix(sensorOrientation); in PreviewRecorder()
526 private static float[] getRotationMatrix(int orientationDegrees) { in getRotationMatrix() method in PreviewRecorder
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt18746 method public static boolean getRotationMatrix(float[], float[], float[], float[]);