Searched refs:DepthPhotoOrientation (Results 1 – 4 of 4) sorted by relevance
26 enum DepthPhotoOrientation { enum46 DepthPhotoOrientation mOrientation;64 mOrientation(DepthPhotoOrientation::DEPTH_ORIENTATION_0_DEGREES) {}
313 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()
240 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()
328 depthPhoto.mOrientation = static_cast<DepthPhotoOrientation> (entry.data.i32[0]); in processInputFrame()