Searched defs:imageRotation (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | ImageToProcess.java | 45 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, in ImageToProcess() 60 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, in ImageToProcess()
|
/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()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
D | YuvImageBackendImageSaver.java | 66 OrientationManager.DeviceOrientation imageRotation, in ImageSaverImpl() 105 OrientationManager.DeviceOrientation imageRotation, in YuvImageProcessorListener() 215 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator in build() local
|
D | JpegImageBackendImageSaver.java | 66 OrientationManager.DeviceOrientation imageRotation, in ImageSaverImpl() 106 OrientationManager.DeviceOrientation imageRotation, in JpegImageProcessorListener() 206 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator in build() local
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
D | ImageRotationCalculatorImpl.java | 68 int imageRotation = CameraUtil.getImageRotation(mSensorOrientationDegrees, in toImageRotation() local
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | CameraUtil.java | 983 public static Point resizeToFill(int imageWidth, int imageHeight, int imageRotation, in resizeToFill()
|