Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.h26 enum DepthPhotoOrientation { enum
46 DepthPhotoOrientation mOrientation;
64 mOrientation(DepthPhotoOrientation::DEPTH_ORIENTATION_0_DEGREES) {}
DDepthPhotoProcessor.cpp313 case DepthPhotoOrientation::DEPTH_ORIENTATION_0_DEGREES: in rotateAndUnpack()
316 case DepthPhotoOrientation::DEPTH_ORIENTATION_90_DEGREES: in rotateAndUnpack()
319 case DepthPhotoOrientation::DEPTH_ORIENTATION_180_DEGREES: in rotateAndUnpack()
322 case DepthPhotoOrientation::DEPTH_ORIENTATION_270_DEGREES: in rotateAndUnpack()
/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp240 DepthPhotoOrientation depthOrientations[] = { in TEST()
241 DepthPhotoOrientation::DEPTH_ORIENTATION_0_DEGREES, in TEST()
242 DepthPhotoOrientation::DEPTH_ORIENTATION_90_DEGREES, in TEST()
243 DepthPhotoOrientation::DEPTH_ORIENTATION_180_DEGREES, in TEST()
244 DepthPhotoOrientation::DEPTH_ORIENTATION_270_DEGREES }; in TEST()
250 if ((depthOrientation == DepthPhotoOrientation::DEPTH_ORIENTATION_90_DEGREES) || in TEST()
251 (depthOrientation == DepthPhotoOrientation::DEPTH_ORIENTATION_270_DEGREES)) { in TEST()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp328 depthPhoto.mOrientation = static_cast<DepthPhotoOrientation> (entry.data.i32[0]); in processInputFrame()