Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DCarModelConfigReader.cpp73 const std::string animationTypeStr(element->GetText()); in ReadAnimationType() local
75 if (animationTypeStr == "RotationAngle") { in ReadAnimationType()
77 } else if (animationTypeStr == "RotationSpeed") { in ReadAnimationType()
79 } else if (animationTypeStr == "Translation") { in ReadAnimationType()
81 } else if (animationTypeStr == "SwitchTextureOnce") { in ReadAnimationType()
83 } else if (animationTypeStr == "AdjustGammaOnce") { in ReadAnimationType()
85 } else if (animationTypeStr == "SwitchTextureRepeat") { in ReadAnimationType()
87 } else if (animationTypeStr == "AdjustGammaRepeat") { in ReadAnimationType()
90 LOG(ERROR) << "Unknown AnimationType specified: " << animationTypeStr; in ReadAnimationType()