Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DCarModelConfigReader.cpp96 bool ReadRange(const XMLElement* parent, const char* elementName, Range* range) { in ReadRange() function
155 RETURN_IF_FALSE(ReadRange(rotationOpElem, "RotationRange", &rotationOp->rotationRange)); in ReadOp()
157 RETURN_IF_FALSE(ReadRange(rotationOpElem, "VhalRange", &rotationOp->vhalRange)); in ReadOp()
177 ReadRange(translationOpElem, "TranslationRange", &translationOp->translationRange)); in ReadOp()
179 RETURN_IF_FALSE(ReadRange(translationOpElem, "VhalRange", &translationOp->vhalRange)); in ReadOp()
194 RETURN_IF_FALSE(ReadRange(textureOpElem, "TextureRange", &textureOp->textureRange)); in ReadOp()
196 RETURN_IF_FALSE(ReadRange(textureOpElem, "VhalRange", &textureOp->vhalRange)); in ReadOp()
209 RETURN_IF_FALSE(ReadRange(gammaOpElem, "GammaRange", &gammaOp->gammaRange)); in ReadOp()
211 RETURN_IF_FALSE(ReadRange(gammaOpElem, "VhalRange", &gammaOp->vhalRange)); in ReadOp()