HomeSort by relevance Sort by last modified time
    Searched refs:imageRotation (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera2/src/com/android/camera/burst/
BurstController.java 57 private final int imageRotation;
61 int imageRotation,
65 this.imageRotation = imageRotation;
78 return imageRotation;
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageToProcess.java 38 * @param imageRotation The amount to rotate the image (after cropping).
45 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation,
48 this.rotation = imageRotation;
57 * @param imageRotation The amount to rotate the image (after cropping).
60 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation,
62 this(proxy, imageRotation, metadata, new Rect(0, 0, proxy.getWidth(), proxy.getHeight()));
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ImageRotationCalculatorImpl.java 68 int imageRotation = CameraUtil.getImageRotation(mSensorOrientationDegrees,
70 return OrientationManager.DeviceOrientation.from(imageRotation);
  /packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
JpegImageBackendImageSaver.java 66 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));
YuvImageBackendImageSaver.java 66 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,
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java     [all...]

Completed in 100 milliseconds