Home
last modified time | relevance | path

Searched defs:imageRotation (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DImageToProcess.java45 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 DBurstController.java57 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 DYuvImageBackendImageSaver.java66 OrientationManager.DeviceOrientation imageRotation, in ImageSaverImpl()
105 OrientationManager.DeviceOrientation imageRotation, in YuvImageProcessorListener()
215 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator in build() local
H A DJpegImageBackendImageSaver.java66 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 DImageRotationCalculatorImpl.java68 int imageRotation = CameraUtil.getImageRotation(mSensorOrientationDegrees, in toImageRotation() local
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightMetadataRetriever.cpp552 int32_t imageRotation = -1; in parseMetaData() local
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java988 public static Point resizeToFill(int imageWidth, int imageHeight, int imageRotation, in resizeToFill()