Searched refs:rotateAndMirror (Results 1 - 4 of 4) sorted by last modified time

/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java115 return rotateAndMirror(b, degrees, false);
120 public static Bitmap rotateAndMirror(Bitmap b, int degrees, boolean mirror) { method in class:Util
H A DVideoCamera.java1661 bitmap = Util.rotateAndMirror(bitmap, -mOrientationCompensationAtRecordStart,
/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java1450 bitmap = CameraUtil.rotateAndMirror(bitmap, 0, isCameraFrontFacing());
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java142 return rotateAndMirror(b, degrees, false);
149 public static Bitmap rotateAndMirror(Bitmap b, int degrees, boolean mirror) { method in class:CameraUtil

Completed in 45 milliseconds