Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
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
/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp217 for (auto exifOrientation : exifOrientations) { in TEST() local
300 auto exifOrientation = ExifOrientation::ORIENTATION_0_DEGREES; in TEST() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
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