Home
last modified time | relevance | path

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

/frameworks/av/media/libheadtracking/include/media/
DPosePredictorType.h36 std::string toString(PosePredictorType posePredictorType);
37 bool isValidPosePredictorType(PosePredictorType posePredictorType);
/frameworks/av/media/libheadtracking/
DHeadTrackingProcessor.cpp240 std::string toString(PosePredictorType posePredictorType) { in toString() argument
241 switch (posePredictorType) { in toString()
247 return "UNKNOWN" + std::to_string((int)posePredictorType); in toString()
250 bool isValidPosePredictorType(PosePredictorType posePredictorType) { in isValidPosePredictorType() argument
251 switch (posePredictorType) { in isValidPosePredictorType()
/frameworks/av/services/audiopolicy/service/
DSpatializerPoseController.cpp166 const media::PosePredictorType posePredictorType = local
169 if (isValidPosePredictorType(posePredictorType)) {
170 mProcessor->setPosePredictorType(posePredictorType);