Searched refs:PosePredictorType (Results 1 – 7 of 7) sorted by relevance
165 void setPosePredictorType(PosePredictorType type) override { in setPosePredictorType()240 std::string toString(PosePredictorType posePredictorType) { in toString()242 case PosePredictorType::AUTO: return "AUTO"; in toString()243 case PosePredictorType::LAST: return "LAST"; in toString()244 case PosePredictorType::TWIST: return "TWIST"; in toString()245 case PosePredictorType::LEAST_SQUARES: return "LEAST_SQUARES"; in toString()250 bool isValidPosePredictorType(PosePredictorType posePredictorType) { in isValidPosePredictorType()252 case PosePredictorType::AUTO: in isValidPosePredictorType()253 case PosePredictorType::LAST: in isValidPosePredictorType()254 case PosePredictorType::TWIST: in isValidPosePredictorType()[all …]
168 void PosePredictor::setPosePredictorType(PosePredictorType type) { in setPosePredictorType()172 if (type == android::media::PosePredictorType::AUTO) { in setPosePredictorType()173 type = android::media::PosePredictorType::LEAST_SQUARES; in setPosePredictorType()236 case android::media::PosePredictorType::LAST: in getCurrentPredictor()238 case android::media::PosePredictorType::TWIST: in getCurrentPredictor()240 case android::media::PosePredictorType::AUTO: // shouldn't occur here. in getCurrentPredictor()241 case android::media::PosePredictorType::LEAST_SQUARES: in getCurrentPredictor()
171 void setPosePredictorType(PosePredictorType type);201 PosePredictorType mSetType = PosePredictorType::LEAST_SQUARES;206 PosePredictorType mCurrentType = PosePredictorType::LEAST_SQUARES;
85 processor->setPosePredictorType(PosePredictorType::TWIST); in TEST()
22 enum class PosePredictorType { enum36 std::string toString(PosePredictorType posePredictorType);37 bool isValidPosePredictorType(PosePredictorType posePredictorType);
105 virtual void setPosePredictorType(PosePredictorType type) = 0;
166 const media::PosePredictorType posePredictorType =167 (media::PosePredictorType)