Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libheadtracking/
H A DPose-test.cpp90 auto result = moveWithRateLimit(from, to, 1, 10, 10); in TEST()
98 auto result = moveWithRateLimit(from, to, 1, 0.5f, 10); in TEST()
107 auto result = moveWithRateLimit(from, to, 1, 10, M_PI_4); in TEST()
H A DPoseRateLimiter.cpp41 std::tie(pose, mLimiting) = moveWithRateLimit( in calculatePose()
H A DPose.cpp38 std::tuple<Pose3f, bool> moveWithRateLimit(const Pose3f& from, const Pose3f& to, float t, in moveWithRateLimit() function
/aosp12/frameworks/av/media/libheadtracking/include/media/
H A DPose.h127 std::tuple<Pose3f, bool> moveWithRateLimit(const Pose3f& from, const Pose3f& to, float t,