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()
301 DepthPhotoOrientation depthOrientations[] = { in TEST()302 DepthPhotoOrientation::DEPTH_ORIENTATION_0_DEGREES, in TEST()303 DepthPhotoOrientation::DEPTH_ORIENTATION_90_DEGREES, in TEST()304 DepthPhotoOrientation::DEPTH_ORIENTATION_180_DEGREES, in TEST()305 DepthPhotoOrientation::DEPTH_ORIENTATION_270_DEGREES }; in TEST()311 if ((depthOrientation == DepthPhotoOrientation::DEPTH_ORIENTATION_90_DEGREES) || in TEST()312 (depthOrientation == DepthPhotoOrientation::DEPTH_ORIENTATION_270_DEGREES)) { in TEST()
350 depthPhoto.mOrientation = static_cast<DepthPhotoOrientation> (entry.data.i32[0]); in processInputFrame()