Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManager.cpp190 const XMLAttribute* widthAttr = curElem->FindAttribute("width"); in readCameraCapabilities() local
204 std::stoi(widthAttr->Value()), in readCameraCapabilities()
416 const XMLAttribute* widthAttr = curStream->FindAttribute("width"); in readDisplayInfo() local
425 std::stoi(widthAttr->Value()), in readDisplayInfo()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DConfigManager.cpp191 const XMLAttribute* widthAttr = curElem->FindAttribute("width"); in readCameraCapabilities() local
206 .width = std::stoi(widthAttr->Value()), in readCameraCapabilities()
416 const XMLAttribute* widthAttr = curStream->FindAttribute("width"); in readDisplayInfo() local
425 .width = std::stoi(widthAttr->Value()), in readDisplayInfo()