Searched defs:imageRotation (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DImageToProcess.java38 * @param imageRotation The amount to rotate the image (after cropping).
45 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, argument
48 this.rotation = imageRotation;
57 * @param imageRotation The amount to rotate the image (after cropping).
60 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, argument
62 this(proxy, imageRotation, metadata, new Rect(0, 0, proxy.getWidth(), proxy.getHeight()));
/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstController.java57 private final int imageRotation; field in class:BurstController.ImageStreamProperties
61 int imageRotation,
65 this.imageRotation = imageRotation;
78 return imageRotation;
60 ImageStreamProperties(int width, int height, int imageRotation, boolean isMirrored) argument
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
H A DYuvImageBackendImageSaver.java66 OrientationManager.DeviceOrientation imageRotation,
69 mImageRotation = imageRotation;
105 OrientationManager.DeviceOrientation imageRotation,
108 mImageRotation = imageRotation;
215 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator
219 session, imageRotation, pictureSaverCallback);
220 return new MostRecentImageSaver(new ImageSaverImpl(session, imageRotation,
65 ImageSaverImpl(CaptureSession session, OrientationManager.DeviceOrientation imageRotation, ImageProcessorListener imageProcessorListener) argument
104 YuvImageProcessorListener(CaptureSession session, OrientationManager.DeviceOrientation imageRotation, OneCamera.PictureSaverCallback pictureSaverCallback) argument
H A DJpegImageBackendImageSaver.java66 OrientationManager.DeviceOrientation imageRotation,
69 mImageRotation = imageRotation;
106 OrientationManager.DeviceOrientation imageRotation,
110 mImageRotation = imageRotation;
206 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator
212 proxyListener, session, imageRotation, pictureSaverCallback);
214 imageRotation, mImageBackend, jpegImageProcessorListener));
65 ImageSaverImpl(CaptureSession session, OrientationManager.DeviceOrientation imageRotation, ImageBackend imageBackend, ImageProcessorListener imageProcessorListener) argument
104 JpegImageProcessorListener(ImageProcessorProxyListener listenerProxy, CaptureSession session, OrientationManager.DeviceOrientation imageRotation, OneCamera.PictureSaverCallback pictureSaverCallback) argument
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java976 * @param imageRotation The clockwise rotation in degrees of the image which
983 public static Point resizeToFill(int imageWidth, int imageHeight, int imageRotation, argument
985 if (imageRotation % 180 != 0) {

Completed in 108 milliseconds