Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DAnimationModule.cpp182 CarPartStatus& currentCarPartStatus = mCarPartsStatusMap.at(partId); in performGammaOp() local
183 float& currentProgress = currentCarPartStatus.vhalProgressMap.at(vhalProperty); in performGammaOp()
184 if (currentCarPartStatus.vhalOffMap.at(vhalProperty)) { // process off signal in performGammaOp()
187 currentCarPartStatus.gamma = gammaOp.gammaRange.start; in performGammaOp()
193 currentCarPartStatus.gamma = gammaOp.gammaRange.start; in performGammaOp()
196 currentCarPartStatus.gamma = in performGammaOp()
206 currentCarPartStatus.gamma = in performGammaOp()
213 if (progressDelta + currentCarPartStatus.vhalProgressMap.at(vhalProperty) > 1) { in performGammaOp()
214 currentCarPartStatus.gamma = gammaOp.gammaRange.end; in performGammaOp()
217 currentCarPartStatus.gamma = in performGammaOp()
[all …]