Searched refs:sceneMap (Results 1 – 2 of 2) sorted by relevance
28 std::map<std::string, AiqScene> RkAiqSceneManager::sceneMap; member in RkCam::RkAiqSceneManager46 sceneMap[name] = std::make_pair(std::string(base), std::string(fragment)); in addScene()52 sceneMap[name] = scene; in addScene()57 auto search = sceneMap.find(std::string(name)); in matchScene()59 if (search != sceneMap.end()) { in matchScene()
68 static std::map<std::string, AiqScene> sceneMap;