Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h112 restriction_key_t mFormatRestrictions[RESTRICTION_CNT_MAX]; variable
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()