Home
last modified time | relevance | path

Searched refs:mHWBlockId (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp435 if (usedAFBCCount[l->mHWBlockId] != usedAFBCCount[r->mHWBlockId]) in otfMppReordering()
436 return usedAFBCCount[l->mHWBlockId] < usedAFBCCount[r->mHWBlockId]; in otfMppReordering()
445 if (usedWCGCount[l->mHWBlockId * AXI_PORT_MAX_CNT + l->mAXIPortId] != in otfMppReordering()
446 usedWCGCount[r->mHWBlockId * AXI_PORT_MAX_CNT + r->mAXIPortId]) in otfMppReordering()
447 return usedWCGCount[l->mHWBlockId * AXI_PORT_MAX_CNT + l->mAXIPortId] < in otfMppReordering()
448 usedWCGCount[r->mHWBlockId * AXI_PORT_MAX_CNT + r->mAXIPortId]; in otfMppReordering()
458 if (usedBlockCount[l->mHWBlockId] != usedBlockCount[r->mHWBlockId]) in otfMppReordering()
459 return usedBlockCount[l->mHWBlockId] < usedBlockCount[r->mHWBlockId]; in otfMppReordering()
DExynosMPPModule.cpp34 mHWBlockId = hwBlockIndex; in initTDMInfo()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h573 uint32_t mHWBlockId; variable
701 mHWBlockId = hwBlockIndex; in initTDMInfo()
704 virtual uint32_t getHWBlockId() { return mHWBlockId; } in getHWBlockId()
DExynosMPP.cpp171 mHWBlockId(0), in ExynosMPP()