Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java1285 public static int getJpegRotation(int deviceOrientationDegrees, in getJpegRotation() argument
1287 if (deviceOrientationDegrees == OrientationEventListener.ORIENTATION_UNKNOWN) { in getJpegRotation()
1293 return getImageRotation(sensorOrientation, deviceOrientationDegrees, isFrontCamera); in getJpegRotation()