Home
last modified time | relevance | path

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

/frameworks/av/media/libheadtracking/
DStillnessDetector.cpp23 : mOptions(options), mCosHalfRotationalThreshold(cos(mOptions.rotationalThreshold / 2)) {} in StillnessDetector()
120 if (pose1.rotation().dot(pose2.rotation()) < mCosHalfRotationalThreshold) { in areNear()
DStillnessDetector.h93 const float mCosHalfRotationalThreshold; variable