Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp261 auto depthJpegExifOrientation = ExifOrientation::ORIENTATION_UNDEFINED; in TEST() local
263 depthMapSize, &depthJpegExifOrientation), OK); in TEST()
267 ASSERT_EQ(depthJpegExifOrientation, ExifOrientation::ORIENTATION_0_DEGREES); in TEST()
269 ASSERT_EQ(depthJpegExifOrientation, exifOrientation); in TEST()
358 auto depthJpegExifOrientation = ExifOrientation::ORIENTATION_UNDEFINED; in TEST() local
360 depthMapSize, &depthJpegExifOrientation), OK); in TEST()
361 ASSERT_EQ(depthJpegExifOrientation, exifOrientation); in TEST()