Home
last modified time | relevance | path

Searched refs:mFormatRestrictions (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosResourceManager.cpp155 memset(mFormatRestrictions, 0, sizeof(mFormatRestrictions)); in ExynosResourceManager()
2360 mFormatRestrictions[mFormatRestrictionCnt] = table; in makeFormatRestrictions()
2363 getMPPStr(mFormatRestrictions[mFormatRestrictionCnt].hwType).string(), in makeFormatRestrictions()
2364 mFormatRestrictions[mFormatRestrictionCnt].nodeType, in makeFormatRestrictions()
2365 getFormatStr(mFormatRestrictions[mFormatRestrictionCnt].format, COMP_ANY).string(), in makeFormatRestrictions()
2366 mFormatRestrictions[mFormatRestrictionCnt].reserved); in makeFormatRestrictions()
2481 mFormatRestrictions[i].hwType = restriction_format_table[i].hwType; in updateRestrictions()
2482 mFormatRestrictions[i].nodeType = restriction_format_table[i].nodeType; in updateRestrictions()
2483 mFormatRestrictions[i].format = restriction_format_table[i].format; in updateRestrictions()
2484 mFormatRestrictions[i].reserved = restriction_format_table[i].reserved; in updateRestrictions()
H A DExynosResourceManager.h112 restriction_key_t mFormatRestrictions[RESTRICTION_CNT_MAX]; variable
H A DExynosMPP.cpp474 if ((mResourceManager->mFormatRestrictions[i].hwType == mPhysicalType) && in isSrcFormatSupported()
475 ((mResourceManager->mFormatRestrictions[i].nodeType == NODE_NONE) || in isSrcFormatSupported()
476 (mResourceManager->mFormatRestrictions[i].nodeType == NODE_SRC)) && in isSrcFormatSupported()
477 (mResourceManager->mFormatRestrictions[i].format == src.format)) in isSrcFormatSupported()
488 if ((mResourceManager->mFormatRestrictions[i].hwType == mPhysicalType) && in isDstFormatSupported()
489 ((mResourceManager->mFormatRestrictions[i].nodeType == NODE_NONE) || in isDstFormatSupported()
490 (mResourceManager->mFormatRestrictions[i].nodeType == NODE_DST)) && in isDstFormatSupported()
491 (mResourceManager->mFormatRestrictions[i].format == dst.format)) in isDstFormatSupported()