Searched refs:aCameraElem (Results 1 – 4 of 4) sorted by relevance
278 void readCameraInfo(const tinyxml2::XMLElement* const aCameraElem);
274 void readCameraInfo(const XMLElement* const aCameraElem);
60 void ConfigManager::readCameraInfo(const XMLElement* const aCameraElem) { in readCameraInfo() argument61 if (aCameraElem == nullptr) { in readCameraInfo()66 const XMLElement* curElem = aCameraElem->FirstChildElement(); in readCameraInfo()