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