Home
last modified time | relevance | path

Searched refs:resourceManager (Results 1 – 10 of 10) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp71 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/
DExynosMPPModule.cpp25 ExynosMPPModule::ExynosMPPModule(ExynosResourceManager *resourceManager, uint32_t physicalType, in ExynosMPPModule() argument
28 : gs201::ExynosMPPModule(resourceManager, physicalType, logicalType, name, physicalIndex, in ExynosMPPModule()
DExynosMPPModule.h26 ExynosMPPModule(ExynosResourceManager* resourceManager, uint32_t physicalType,
/hardware/google/graphics/gs201/libhwc2.1/libresource/
DExynosMPPModule.cpp25 ExynosMPPModule::ExynosMPPModule(ExynosResourceManager *resourceManager, uint32_t physicalType, in ExynosMPPModule() argument
28 : gs101::ExynosMPPModule(resourceManager, physicalType, logicalType, name, physicalIndex, in ExynosMPPModule()
DExynosMPPModule.h26 ExynosMPPModule(ExynosResourceManager* resourceManager, uint32_t physicalType,
/hardware/google/graphics/gs101/libhwc2.1/libresource/
DExynosMPPModule.cpp24 ExynosMPPModule::ExynosMPPModule(ExynosResourceManager* resourceManager, in ExynosMPPModule() argument
27 …: ExynosMPP(resourceManager, physicalType, logicalType, name, physicalIndex, logicalIndex, preAssi… in ExynosMPPModule()
DExynosMPPModule.h27 …ExynosMPPModule(ExynosResourceManager* resourceManager, uint32_t physicalType, uint32_t logicalTyp…
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h577 ExynosMPP(ExynosResourceManager* resourceManager,
DExynosMPP.cpp137 ExynosMPP::ExynosMPP(ExynosResourceManager* resourceManager, in ExynosMPP() argument
140 : mResourceManager(resourceManager), in ExynosMPP()
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp952 ExynosResourceManager *resourceManager = exynosDevice->mResourceManager; in exynos_getPerFrameMetadataKeys() local
956 if (resourceManager->hasHDR10PlusMPP()) in exynos_getPerFrameMetadataKeys()