Searched defs:imageRotation (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
H A D | ImageToProcess.java | 45 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, in ImageToProcess() 60 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, in ImageToProcess()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/burst/ |
H A D | BurstController.java | 57 private final int imageRotation; field in BurstController.ImageStreamProperties 61 int imageRotation, in ImageStreamProperties()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
H A D | YuvImageBackendImageSaver.java | 66 OrientationManager.DeviceOrientation imageRotation, in ImageSaverImpl() 105 OrientationManager.DeviceOrientation imageRotation, in YuvImageProcessorListener() 215 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator in build() local
|
H A D | JpegImageBackendImageSaver.java | 66 OrientationManager.DeviceOrientation imageRotation, in ImageSaverImpl() 106 OrientationManager.DeviceOrientation imageRotation, in JpegImageProcessorListener() 206 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator in build() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
H A D | ImageRotationCalculatorImpl.java | 68 int imageRotation = CameraUtil.getImageRotation(mSensorOrientationDegrees, in toImageRotation() local
|
/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | StagefrightMetadataRetriever.cpp | 552 int32_t imageRotation = -1; in parseMetaData() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/util/ |
H A D | CameraUtil.java | 988 public static Point resizeToFill(int imageWidth, int imageHeight, int imageRotation, in resizeToFill()
|