Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DAnimationModule.cpp141 if (mCarPartsStatusMap.at(part).vhalProgressMap.find(eachVhalToParts.first) != in initCarPartStatus()
142 mCarPartsStatusMap.at(part).vhalProgressMap.end()) { in initCarPartStatus()
143 mCarPartsStatusMap.at(part).vhalProgressMap.at(eachVhalToParts.first) = 0.0f; in initCarPartStatus()
145 mCarPartsStatusMap.at(part).vhalProgressMap.emplace( in initCarPartStatus()
183 float& currentProgress = currentCarPartStatus.vhalProgressMap.at(vhalProperty); in performGammaOp()
213 if (progressDelta + currentCarPartStatus.vhalProgressMap.at(vhalProperty) > 1) { in performGammaOp()
222 if (progressDelta + currentCarPartStatus.vhalProgressMap.at(vhalProperty) > 1) { in performGammaOp()
223 if (progressDelta + currentCarPartStatus.vhalProgressMap.at(vhalProperty) - 1 > in performGammaOp()
226 currentCarPartStatus.vhalProgressMap.at(vhalProperty) > 0.5 in performGammaOp()
230 currentCarPartStatus.vhalProgressMap.at(vhalProperty) > 0.5 ? 0.0f in performGammaOp()
[all …]
DAnimationModule.h87 std::map<uint64_t, float> vhalProgressMap; member