Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DCropRectRotator.java35 int exifOrientation) { in rotateCropRectForExifOrientation()
H A DStreamableAsset.java59 private static int getDegreesRotationForExifOrientation(int exifOrientation) { in getDegreesRotationForExifOrientation()
175 int exifOrientation = getExifOrientation(); in calculateRawDimensions() local
255 int exifOrientation = getExifOrientation(); in doInBackground() local
320 int exifOrientation = getExifOrientation(); in doInBackground() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/
H A DCopyAndResizeImageWorker.java78 private static int exifToDegrees(int exifOrientation) { in exifToDegrees()
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DDepthProcessorTest.cpp166 for (auto exifOrientation : exifOrientations) { in TEST() local
239 auto exifOrientation = ExifOrientation::ORIENTATION_0_DEGREES; in TEST() local
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DDepthPhotoProcessor.cpp114 const size_t maxOutSize, uint8_t jpegQuality, ExifOrientation exifOrientation, in encodeGrayscaleJpeg()
335 ExifOrientation exifOrientation, std::vector<std::unique_ptr<Item>> *items /*out*/, in processDepthMapFrame()
429 ExifOrientation exifOrientation = getExifOrientation( in processDepthPhotoFrame() local
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DTaskCompressImageToJpeg.java149 Integer exifOrientation = null; in run() local
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java1876 int exifOrientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, in verifyJpegKeys() local
1912 private static int getExifOrientationInDegree(int exifOrientation, in getExifOrientationInDegree()
2025 int exifOrientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, in verifyJpegExifExtraTags() local