Searched refs:resourceManager (Results 1 – 10 of 10) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDeviceInterface.cpp | 71 ExynosResourceManager *resourceManager = mExynosDevice->mResourceManager; in makeDPURestrictions() local 93 mpp_phycal_type_t hwType = resourceManager->getPhysicalType(i); in makeDPURestrictions() 101 resourceManager->makeFormatRestrictions(queried_format); in makeDPURestrictions() 129 mpp_phycal_type_t hwType = resourceManager->getPhysicalType(i); in makeDPURestrictions() 138 resourceManager->makeSizeRestrictions(hwType, rSize, RESTRICTION_RGB); in makeDPURestrictions() 150 resourceManager->makeSizeRestrictions(hwType, rSize, RESTRICTION_YUV); in makeDPURestrictions() 153 for (auto it: resourceManager->getOtfMPPs()) { in makeDPURestrictions() 168 const ExynosResourceManager &resourceManager = *(mExynosDevice->mResourceManager); in updateFeatureTable() local 169 const uint32_t featureTableCnt = resourceManager.getFeatureTableSize(); in updateFeatureTable() 186 mpp_phycal_type_t hwType = resourceManager.getPhysicalType(i); in updateFeatureTable()
|
/hardware/google/graphics/zuma/libhwc2.1/libresource/ |
D | ExynosMPPModule.cpp | 25 ExynosMPPModule::ExynosMPPModule(ExynosResourceManager *resourceManager, uint32_t physicalType, in ExynosMPPModule() argument 28 : gs201::ExynosMPPModule(resourceManager, physicalType, logicalType, name, physicalIndex, in ExynosMPPModule()
|
D | ExynosMPPModule.h | 26 ExynosMPPModule(ExynosResourceManager* resourceManager, uint32_t physicalType,
|
/hardware/google/graphics/gs201/libhwc2.1/libresource/ |
D | ExynosMPPModule.cpp | 25 ExynosMPPModule::ExynosMPPModule(ExynosResourceManager *resourceManager, uint32_t physicalType, in ExynosMPPModule() argument 28 : gs101::ExynosMPPModule(resourceManager, physicalType, logicalType, name, physicalIndex, in ExynosMPPModule()
|
D | ExynosMPPModule.h | 26 ExynosMPPModule(ExynosResourceManager* resourceManager, uint32_t physicalType,
|
/hardware/google/graphics/gs101/libhwc2.1/libresource/ |
D | ExynosMPPModule.cpp | 24 ExynosMPPModule::ExynosMPPModule(ExynosResourceManager* resourceManager, in ExynosMPPModule() argument 27 …: ExynosMPP(resourceManager, physicalType, logicalType, name, physicalIndex, logicalIndex, preAssi… in ExynosMPPModule()
|
D | ExynosMPPModule.h | 27 …ExynosMPPModule(ExynosResourceManager* resourceManager, uint32_t physicalType, uint32_t logicalTyp…
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.h | 577 ExynosMPP(ExynosResourceManager* resourceManager,
|
D | ExynosMPP.cpp | 137 ExynosMPP::ExynosMPP(ExynosResourceManager* resourceManager, in ExynosMPP() argument 140 : mResourceManager(resourceManager), in ExynosMPP()
|
/hardware/google/graphics/common/libhwc2.1/ |
D | ExynosHWC.cpp | 952 ExynosResourceManager *resourceManager = exynosDevice->mResourceManager; in exynos_getPerFrameMetadataKeys() local 956 if (resourceManager->hasHDR10PlusMPP()) in exynos_getPerFrameMetadataKeys()
|