Searched refs:stepAttr (Results 1 – 1 of 1) sorted by relevance
182 const XMLAttribute *stepAttr = ctrlElem->FindAttribute("step"); in readCameraCapabilities() local183 if (stepAttr != nullptr) { in readCameraCapabilities()184 stepVal = stoi(stepAttr->Value()); in readCameraCapabilities()