Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp110 memset(mFormatRestrictions, 0, sizeof(mFormatRestrictions)); in ExynosResourceManager()
2510 mFormatRestrictions[mFormatRestrictionCnt] = table; in makeFormatRestrictions()
2513 getMPPStr(mFormatRestrictions[mFormatRestrictionCnt].hwType).c_str(), in makeFormatRestrictions()
2514 mFormatRestrictions[mFormatRestrictionCnt].nodeType, in makeFormatRestrictions()
2515 getFormatStr(mFormatRestrictions[mFormatRestrictionCnt].format, COMP_TYPE_MASK) in makeFormatRestrictions()
2517 mFormatRestrictions[mFormatRestrictionCnt].reserved); in makeFormatRestrictions()
2632 mFormatRestrictions[i].hwType = restriction_format_table[i].hwType; in updateRestrictions()
2633 mFormatRestrictions[i].nodeType = restriction_format_table[i].nodeType; in updateRestrictions()
2634 mFormatRestrictions[i].format = restriction_format_table[i].format; in updateRestrictions()
2635 mFormatRestrictions[i].reserved = restriction_format_table[i].reserved; in updateRestrictions()
DExynosResourceManager.h111 restriction_key_t mFormatRestrictions[RESTRICTION_CNT_MAX]; variable
DExynosMPP.cpp480 if ((mResourceManager->mFormatRestrictions[i].hwType == mPhysicalType) && in isSrcFormatSupported()
481 ((mResourceManager->mFormatRestrictions[i].nodeType == NODE_NONE) || in isSrcFormatSupported()
482 (mResourceManager->mFormatRestrictions[i].nodeType == NODE_SRC)) && in isSrcFormatSupported()
483 (mResourceManager->mFormatRestrictions[i].format == src.format)) in isSrcFormatSupported()
494 if ((mResourceManager->mFormatRestrictions[i].hwType == mPhysicalType) && in isDstFormatSupported()
495 ((mResourceManager->mFormatRestrictions[i].nodeType == NODE_NONE) || in isDstFormatSupported()
496 (mResourceManager->mFormatRestrictions[i].nodeType == NODE_DST)) && in isDstFormatSupported()
497 (mResourceManager->mFormatRestrictions[i].format == dst.format)) in isDstFormatSupported()