Searched refs:imageRotation (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/burst/ |
D | BurstController.java | 57 private final int imageRotation; field in BurstController.ImageStreamProperties 61 int imageRotation, in ImageStreamProperties() argument 65 this.imageRotation = imageRotation; in ImageStreamProperties() 78 return imageRotation; in getImageRotation()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
D | JpegImageBackendImageSaver.java | 66 OrientationManager.DeviceOrientation imageRotation, in ImageSaverImpl() argument 69 mImageRotation = imageRotation; in ImageSaverImpl() 106 OrientationManager.DeviceOrientation imageRotation, in JpegImageProcessorListener() argument 110 mImageRotation = imageRotation; in JpegImageProcessorListener() 206 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator in build() local 212 proxyListener, session, imageRotation, pictureSaverCallback); in build() 214 imageRotation, mImageBackend, jpegImageProcessorListener)); in build()
|
D | YuvImageBackendImageSaver.java | 66 OrientationManager.DeviceOrientation imageRotation, in ImageSaverImpl() argument 69 mImageRotation = imageRotation; in ImageSaverImpl() 105 OrientationManager.DeviceOrientation imageRotation, in YuvImageProcessorListener() argument 108 mImageRotation = imageRotation; in YuvImageProcessorListener() 215 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator in build() local 219 session, imageRotation, pictureSaverCallback); in build() 220 return new MostRecentImageSaver(new ImageSaverImpl(session, imageRotation, in build()
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | ImageToProcess.java | 45 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, in ImageToProcess() argument 48 this.rotation = imageRotation; in ImageToProcess() 60 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, in ImageToProcess() argument 62 this(proxy, imageRotation, metadata, new Rect(0, 0, proxy.getWidth(), proxy.getHeight())); in ImageToProcess()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
D | ImageRotationCalculatorImpl.java | 68 int imageRotation = CameraUtil.getImageRotation(mSensorOrientationDegrees, in toImageRotation() local 70 return OrientationManager.DeviceOrientation.from(imageRotation); in toImageRotation()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | CameraUtil.java | 988 public static Point resizeToFill(int imageWidth, int imageHeight, int imageRotation, in resizeToFill() argument 990 if (imageRotation % 180 != 0) { in resizeToFill()
|