/frameworks/av/media/libheadtracking/ |
D | Pose-test.cpp | 33 Pose3f pose; in TEST() local 40 Pose3f pose(rot); in TEST() local 47 Pose3f pose(trans); in TEST() local 55 Pose3f pose(trans, rot); in TEST() local 61 Pose3f pose({1, 2, 3}, Quaternionf::UnitRandom()); in TEST() local 116 std::optional<Pose3f> pose = Pose3f::fromVector(vec); in TEST() local 123 Pose3f pose({1, 2, 3}, Quaternionf::UnitRandom()); in TEST() local
|
D | PosePredictorVerifier.h | 39 void verifyActualPose(int64_t timestampNs, const Pose3f& pose) { in verifyActualPose() 56 void addPredictedPose(int64_t atNs, const Pose3f& pose) { in addPredictedPose()
|
D | Twist-test.cpp | 52 Pose3f pose = integrate(twist, 2.f); in TEST() local 58 Pose3f pose(Vector3f{2, 4, 6}, rotateZ(M_PI_2)); in TEST() local
|
D | PosePredictor.h | 46 void add(int64_t atNs, const Pose3f& pose, const Twist3f& twist) override { in add() 84 void add(int64_t atNs, const Pose3f& pose, const Twist3f& twist) override { in add()
|
D | ScreenHeadFusion.h | 48 Pose3f pose; member
|
D | PoseRateLimiter.h | 84 Pose3f pose; member
|
D | PosePredictor.cpp | 32 void LeastSquaresPredictor::add(int64_t atNs, const Pose3f& pose, const Twist3f& twist) in add() 125 int64_t timestampNs, const Pose3f& pose, const Twist3f& twist, float predictionDurationNs) in predict()
|
D | PoseDriftCompensator.cpp | 50 Pose3f PoseDriftCompensator::scale(const Pose3f& pose, int64_t dt) { in scale()
|
D | PoseRateLimiter.cpp | 41 Pose3f pose; in calculatePose() local
|
D | SensorPoseProvider-example.cpp | 42 void onPose(int64_t timestamp, int32_t handle, const Pose3f& pose, in onPose()
|
D | Twist.cpp | 30 Twist3f differentiate(const Pose3f& pose, float dt) { in differentiate()
|
D | StillnessDetector.h | 88 Pose3f pose; member
|
D | Pose.cpp | 77 std::ostream& operator<<(std::ostream& os, const Pose3f& pose) { in operator <<()
|
D | PoseDriftCompensator-test.cpp | 83 Pose3f pose({1, 2, 3}, Quaternionf::UnitRandom()); in TEST() local
|
D | SensorPoseProvider.cpp | 208 Pose3f pose; member
|
/frameworks/base/media/java/android/media/ |
D | ISpatializerHeadToSoundStagePoseCallback.aidl | 30 void dispatchPoseChanged(in float[] pose); in dispatchPoseChanged()
|
D | FaceDetector.java | 77 public float pose(int euler) { in pose() method in FaceDetector.Face
|
D | Spatializer.java | 503 @NonNull float[] pose); in onHeadToSoundstagePoseUpdated() 1049 public void dispatchPoseChanged(float[] pose) { in dispatchPoseChanged()
|
/frameworks/native/libs/vr/libdvrcommon/tests/ |
D | pose_test.cpp | 133 Pose_t pose(pose_rotation, pose_position); in TYPED_TEST() local
|
/frameworks/av/services/audiopolicy/service/ |
D | SpatializerPoseController.cpp | 306 void SpatializerPoseController::onPose(int64_t timestamp, int32_t sensor, const Pose3f& pose, in onPose()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | SpatializerHelper.java | 1370 private void dispatchPoseUpdate(float[] pose) { in dispatchPoseUpdate()
|