Searched refs:Pose (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | pose.h | 14 class Pose { 17 Pose() in Pose() function 25 Pose(Eigen::Quaternion<T> rotation, Eigen::Vector3<T> position) in Pose() function 33 Pose Inverse() const { in Inverse() 34 Pose result(*this); in Inverse() 41 void ComposeInPlace(const Pose& other) { in ComposeInPlace() 47 Pose Compose(const Pose& other) const { in Compose() 48 Pose result(*this); in Compose() 61 Pose& operator*=(const Pose& other) { 66 Pose operator*(const Pose& other) const { return Compose(other); } [all …]
|
/frameworks/av/media/libheadtracking/ |
D | Pose-test.cpp | 32 TEST(Pose, CtorDefault) { in TEST() argument 38 TEST(Pose, CtorRotation) { in TEST() argument 45 TEST(Pose, CtorTranslation) { in TEST() argument 52 TEST(Pose, CtorTranslationRotation) { in TEST() argument 60 TEST(Pose, Inverse) { in TEST() argument 66 TEST(Pose, IsApprox) { in TEST() argument 80 TEST(Pose, Compose) { in TEST() argument 87 TEST(Pose, MoveWithRateLimit_NoLimit) { in TEST() argument 95 TEST(Pose, MoveWithRateLimit_TranslationLimit) { in TEST() argument 104 TEST(Pose, MoveWithRateLimit_RotationLimit) { in TEST() argument [all …]
|
D | Android.bp | 17 "Pose.cpp", 88 "Pose-test.cpp",
|
D | README.md | 40 ## Pose-Related Conventions 124 ![Pose processing graph](PoseProcessingGraph.png) 146 ### Screen-Relative Pose 148 The Screen-Relative Pose block is provided with a head pose and a screen pose
|
/frameworks/native/libs/vr/libdvrcommon/tests/ |
D | pose_test.cpp | 13 using Pose_t = android::dvr::Pose<FT>;
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | DepthPhotoProcessor.cpp | 64 using dynamic_depth::Pose;
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4535 // Device Headset Pose status
|