Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DAnimationModule.cpp84 for (const auto& gammaOp : animationInfo.gammaOpsMap) { in mapVhalToParts()
473 if (animationInfo.gammaOpsMap.find(vhalProperty) != in getUpdatedAnimationParams()
474 animationInfo.gammaOpsMap.end()) { in getUpdatedAnimationParams()
477 for (const auto& gammaOp : animationInfo.gammaOpsMap.at(vhalProperty)) { in getUpdatedAnimationParams()
DAnimationModuleTests.cpp164 .gammaOpsMap = frontLeftBlinkerGammaOpsMap, in getSampleAnimations()
196 .gammaOpsMap = frontRightBlinkerGammaOpsMap, in getSampleAnimations()
DIOModuleCommon.h276 std::map<uint64_t, std::vector<GammaOp>> gammaOpsMap; member
DSurroundViewService.cpp65 for(const auto& opPair : animation.gammaOpsMap) { in getAnimationPropertiesToRead()
DCarModelConfigReader.cpp249 RETURN_IF_FALSE(ReadAllOps(animationElem, "GammaOp", &animationInfo->gammaOpsMap)); in ReadAnimation()