Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DCarModelConfigReader.cpp202 bool ReadOp<GammaOp>(const XMLElement* gammaOpElem, GammaOp* gammaOp) { in ReadOp() argument
203 RETURN_IF_FALSE(ReadVhalProperty(gammaOpElem, "VhalProperty", &gammaOp->vhalProperty)); in ReadOp()
205 RETURN_IF_FALSE(ReadAnimationType(gammaOpElem, "AnimationType", &gammaOp->type)); in ReadOp()
207 RETURN_IF_FALSE(ReadValue(gammaOpElem, "AnimationTimeMs", &gammaOp->animationTime)); in ReadOp()
209 RETURN_IF_FALSE(ReadRange(gammaOpElem, "GammaRange", &gammaOp->gammaRange)); in ReadOp()
211 RETURN_IF_FALSE(ReadRange(gammaOpElem, "VhalRange", &gammaOp->vhalRange)); in ReadOp()