Home
last modified time | relevance | path

Searched refs:ORIENTATION_0_DEGREES (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp215 ExifOrientation::ORIENTATION_0_DEGREES, ExifOrientation::ORIENTATION_90_DEGREES, in TEST()
267 ASSERT_EQ(depthJpegExifOrientation, ExifOrientation::ORIENTATION_0_DEGREES); in TEST()
279 ASSERT_EQ(confidenceJpegExifOrientation, ExifOrientation::ORIENTATION_0_DEGREES); in TEST()
300 auto exifOrientation = ExifOrientation::ORIENTATION_0_DEGREES; in TEST()
DNV12Compressor.cpp366 case ExifOrientation::ORIENTATION_0_DEGREES: in getExifOrientation()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp90 return ExifOrientation::ORIENTATION_0_DEGREES; in getExifOrientation()
96 case ExifOrientation::ORIENTATION_0_DEGREES: in getExifOrientation()
105 ret = ExifOrientation::ORIENTATION_0_DEGREES; in getExifOrientation()
352 if (exifOrientation == ExifOrientation::ORIENTATION_0_DEGREES) { in processDepthMapFrame()
/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.h37 ORIENTATION_0_DEGREES = 0x1, enumerator
DExifUtils.cpp638 ExifOrientation value = ExifOrientation::ORIENTATION_0_DEGREES; in setOrientation()