Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp600 auto mapIter = mAlogsGroupSharedParamsMap.begin(); in prepare() local
601 while (mapIter != mAlogsGroupSharedParamsMap.end()) { in prepare()
602 RkAiqAlgosGroupShared_t* &shared = mapIter->second; in prepare()
616 mapIter++; in prepare()
2873 auto mapIter = mAlgoTypeToGrpMaskMap.find(type); in getGroupId() local
2874 if (mapIter != mAlgoTypeToGrpMaskMap.end()) { in getGroupId()
2875 return mapIter->second; in getGroupId()
2885 auto mapIter = mAlogsGroupSharedParamsMap.find(groupId); in getGroupSharedParams() local
2886 if (mapIter != mAlogsGroupSharedParamsMap.end()) { in getGroupSharedParams()
2887 shared = mapIter->second; in getGroupSharedParams()