Home
last modified time | relevance | path

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

/frameworks/av/media/libheadtracking/
DStillnessDetector-test.cpp44 .rotationalThreshold = 0.05}); in TEST_P()
73 .rotationalThreshold = 0.05}); in TEST_P()
97 .rotationalThreshold = 0.05}); in TEST_P()
121 .rotationalThreshold = 0.05}); in TEST_P()
142 .rotationalThreshold = 0.05}); in TEST_P()
DStillnessDetector.h71 float rotationalThreshold; member
DStillnessDetector.cpp23 : mOptions(options), mCosHalfRotationalThreshold(cos(mOptions.rotationalThreshold / 2)) {} in StillnessDetector()
DHeadTrackingProcessor.cpp45 .rotationalThreshold = options.autoRecenterRotationalThreshold, in HeadTrackingProcessorImpl()
51 .rotationalThreshold = options.screenStillnessRotationalThreshold,