Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DSpatializerPoseController.cpp92 constexpr auto kTicksPerSecond = Ticks::period::den; variable
106 .maxTranslationalVelocity = kMaxTranslationalVelocity / kTicksPerSecond, in SpatializerPoseController()
107 .maxRotationalVelocity = kMaxRotationalVelocity / kTicksPerSecond, in SpatializerPoseController()
340 twist.value_or(Twist3f()) / kTicksPerSecond); in onPose()