Searched refs:posePredictorType (Results 1 – 3 of 3) sorted by relevance
36 std::string toString(PosePredictorType posePredictorType);37 bool isValidPosePredictorType(PosePredictorType posePredictorType);
240 std::string toString(PosePredictorType posePredictorType) { in toString() argument241 switch (posePredictorType) { in toString()247 return "UNKNOWN" + std::to_string((int)posePredictorType); in toString()250 bool isValidPosePredictorType(PosePredictorType posePredictorType) { in isValidPosePredictorType() argument251 switch (posePredictorType) { in isValidPosePredictorType()
166 const media::PosePredictorType posePredictorType = local169 if (isValidPosePredictorType(posePredictorType)) {170 mProcessor->setPosePredictorType(posePredictorType);