Searched refs:mRotationMatrix (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Camera2/src/com/android/camera/hardware/ |
H A D | HeadingSensor.java | 50 private final float[] mRotationMatrix = new float[16]; field in HeadingSensor 120 SensorManager.getRotationMatrix(mRotationMatrix, null, mGData, mMData); in onSensorChanged() 121 SensorManager.getOrientation(mRotationMatrix, orientation); in onSensorChanged()
|
/aosp12/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
H A D | BasicGLRenderer.java | 22 private final float[] mRotationMatrix = new float[16]; field in BasicGLRenderer 58 Matrix.setRotateM(mRotationMatrix, 0, mAngle, 0, 0, 1.0f); in onDrawFrame() 59 Matrix.multiplyMM(scratch, 0, mMVPMatrix, 0, mRotationMatrix, 0); in onDrawFrame()
|