Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.1/default/
DConfigManager.cpp167 const XMLAttribute* widthAttr = curElem->FindAttribute("width"); in readCameraCapabilities() local
181 stoi(widthAttr->Value()), in readCameraCapabilities()
380 const XMLAttribute* widthAttr = curStream->FindAttribute("width"); in readDisplayInfo() local
389 stoi(widthAttr->Value()), in readDisplayInfo()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DConfigManager.cpp215 const XMLAttribute* widthAttr = curElem->FindAttribute("width"); in readCameraCapabilities() local
240 if (!android::base::ParseInt(widthAttr->Value(), &cfg.width) || in readCameraCapabilities()
242 LOG(WARNING) << "Failed to parse " << widthAttr->Value() << " and " in readCameraCapabilities()
443 const XMLAttribute* widthAttr = curStream->FindAttribute("width"); in readDisplayInfo() local
458 if (!android::base::ParseInt(widthAttr->Value(), &cfg.width) || in readDisplayInfo()
460 LOG(WARNING) << "Failed to parse " << widthAttr->Value() << " and " in readDisplayInfo()