/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() argument 65 this.imageRotation = imageRotation; in ImageStreamProperties() 78 return imageRotation; in getImageRotation()
|
/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() 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()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
H A 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()
|
H A 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()
|
/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 70 return OrientationManager.DeviceOrientation.from(imageRotation); in toImageRotation()
|
/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | StagefrightMetadataRetriever.cpp | 552 int32_t imageRotation = -1; in parseMetaData() local 610 if (!trackMeta->findInt32(kKeyRotation, &imageRotation)) { in parseMetaData() 611 imageRotation = 0; in parseMetaData() 689 sprintf(tmp, "%d", imageRotation); in parseMetaData()
|
/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() argument 990 if (imageRotation % 180 != 0) { in resizeToFill()
|