Searched refs:matrixTypes (Results 1 – 1 of 1) sorted by relevance
234 static const std::map<std::string, VideoOrientationType> matrixTypes = { variable253 auto it = matrixTypes.find(value); in GetMatrixType()254 if (it!= matrixTypes.end()) { in GetMatrixType()