Searched refs:mFormatRestrictions (Results 1 – 2 of 2) sorted by relevance
112 restriction_key_t mFormatRestrictions[RESTRICTION_CNT_MAX]; variable
474 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()