Searched refs:getRotationMatrix (Results 1 – 6 of 6) sorted by relevance
/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/ |
D | Ecef2EnuConverter.java | 49 RealMatrix rotationMatrix = getRotationMatrix(refLat, refLng); in convertEcefToEnu() 73 public static RealMatrix getRotationMatrix(double refLat, double refLng){ in getRotationMatrix() method in Ecef2EnuConverter
|
D | EcefToTopocentricConverter.java | 48 getRotationMatrix(latLngAlt.latitudeRadians, latLngAlt.longitudeRadians).transpose(); in convertCartesianToTopocentericRadMeters()
|
D | UserPositionVelocityWeightedLeastSquare.java | 362 Ecef2EnuConverter.getRotationMatrix(llaValues.longitudeRadians, in calculatePositionVelocityUncertaintyEnu()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 288 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/ |
D | PreviewRecorder.java | 174 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/ |
D | current.txt | 18746 method public static boolean getRotationMatrix(float[], float[], float[], float[]);
|