Searched refs:hwType (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDeviceInterface.cpp | 93 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/ |
D | ExynosMPPType.h | 115 mpp_phycal_type_t hwType; /* MPP_DPP_VG, MPP_DPP_VGFS, ... */ member
|
D | ExynosResourceManager.cpp | 2476 …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()
|
D | ExynosMPP.h | 315 mpp_phycal_type_t hwType; /* MPP_DPP_VG, MPP_DPP_VGFS, ... */ member
|
D | ExynosMPP.cpp | 213 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()
|