Home
last modified time | relevance | path

Searched refs:hwType (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp93 mpp_phycal_type_t hwType = resourceManager->getPhysicalType(i); in makeDPURestrictions() local
96 queried_format.hwType = hwType; in makeDPURestrictions()
102 HDEBUGLOGD(eDebugAttrSetting, "%s : %d", getMPPStr(hwType).c_str(), format); in makeDPURestrictions()
129 mpp_phycal_type_t hwType = resourceManager->getPhysicalType(i); in makeDPURestrictions() local
130 if (hwType <= MPP_DPP_NUM) { in makeDPURestrictions()
138 resourceManager->makeSizeRestrictions(hwType, rSize, RESTRICTION_RGB); in makeDPURestrictions()
150 resourceManager->makeSizeRestrictions(hwType, rSize, RESTRICTION_YUV); in makeDPURestrictions()
177 feature_table[j].hwType, in updateFeatureTable()
186 mpp_phycal_type_t hwType = resourceManager.getPhysicalType(i); in updateFeatureTable() local
189 if (feature_table[j].hwType == hwType) { in updateFeatureTable()
[all …]
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPPType.h115 mpp_phycal_type_t hwType; /* MPP_DPP_VG, MPP_DPP_VGFS, ... */ member
DExynosResourceManager.cpp2476 …mSizeRestrictions[format][mSizeRestrictionCnt[format]].key.hwType = static_cast<mpp_phycal_type_t>… in makeSizeRestrictions()
2482 …mSizeRestrictions[format][mSizeRestrictionCnt[format]].key.hwType = static_cast<mpp_phycal_type_t>… in makeSizeRestrictions()
2513 getMPPStr(mFormatRestrictions[mFormatRestrictionCnt].hwType).c_str(), in makeFormatRestrictions()
2546 queried_format.hwType = type; in makeAcrylRestrictions()
2632 mFormatRestrictions[i].hwType = restriction_format_table[i].hwType; in updateRestrictions()
2729 result.appendFormat("HW-Node %u-%u:\n", restrictions[i].key.hwType, in dump()
DExynosMPP.h315 mpp_phycal_type_t hwType; /* MPP_DPP_VG, MPP_DPP_VGFS, ... */ member
DExynosMPP.cpp213 if (feature.hwType == mPhysicalType) in ExynosMPP()
480 if ((mResourceManager->mFormatRestrictions[i].hwType == mPhysicalType) && in isSrcFormatSupported()
494 if ((mResourceManager->mFormatRestrictions[i].hwType == mPhysicalType) && in isDstFormatSupported()
2008 if (restriction_size_table[j].key.hwType == mPhysicalType) { in setupRestriction()