Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp109 memset(mSizeRestrictionCnt, 0, sizeof(mSizeRestrictionCnt)); in ExynosResourceManager()
2476 …mSizeRestrictions[format][mSizeRestrictionCnt[format]].key.hwType = static_cast<mpp_phycal_type_t>… in makeSizeRestrictions()
2477 mSizeRestrictions[format][mSizeRestrictionCnt[format]].key.nodeType = NODE_SRC; in makeSizeRestrictions()
2478 mSizeRestrictions[format][mSizeRestrictionCnt[format]].key.format = HAL_PIXEL_FORMAT_NONE; in makeSizeRestrictions()
2479 mSizeRestrictions[format][mSizeRestrictionCnt[format]].key.reserved = 0; in makeSizeRestrictions()
2480 mSizeRestrictions[format][mSizeRestrictionCnt[format]++].sizeRestriction = size; in makeSizeRestrictions()
2482 …mSizeRestrictions[format][mSizeRestrictionCnt[format]].key.hwType = static_cast<mpp_phycal_type_t>… in makeSizeRestrictions()
2483 mSizeRestrictions[format][mSizeRestrictionCnt[format]].key.nodeType = NODE_DST; in makeSizeRestrictions()
2484 mSizeRestrictions[format][mSizeRestrictionCnt[format]].key.format = HAL_PIXEL_FORMAT_NONE; in makeSizeRestrictions()
2485 mSizeRestrictions[format][mSizeRestrictionCnt[format]].key.reserved = 0; in makeSizeRestrictions()
[all …]
DExynosResourceManager.h110 uint32_t mSizeRestrictionCnt[RESTRICTION_MAX]; variable
DExynosMPP.cpp2007 for (uint32_t j = 0; j < mResourceManager->mSizeRestrictionCnt[i]; j++) { in setupRestriction()