Home
last modified time | relevance | path

Searched defs:physicalType (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/google/graphics/gs101/libhwc2.1/libresource/
H A DExynosMPPModule.cpp25 uint32_t physicalType, uint32_t logicalType, const char *name, in ExynosMPPModule()
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwcService/
H A DExynosHWCService.cpp249 void ExynosHWCService::enableMPP(uint32_t physicalType, uint32_t physicalIndex, uint32_t logicalInd… in enableMPP()
258 void ExynosHWCService::setScaleDownRatio(uint32_t physicalType, in setScaleDownRatio()
H A DIExynosHWC.cpp274 …virtual void enableMPP(uint32_t physicalType, uint32_t physicalIndex, uint32_t logicalIndex, uint3… in enableMPP()
287 virtual void setScaleDownRatio(uint32_t physicalType, uint32_t physicalIndex, in setScaleDownRatio()
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosResourceManager.cpp2031 ExynosMPP* ExynosResourceManager::getExynosMPP(uint32_t physicalType, uint32_t physicalIndex) in getExynosMPP()
2220 void ExynosResourceManager::enableMPP(uint32_t physicalType, uint32_t physicalIndex, uint32_t logic… in enableMPP()
2241 void ExynosResourceManager::setScaleDownRatio(uint32_t physicalType, in setScaleDownRatio()
2532 float ExynosResourceManager::getAssignedCapacity(uint32_t physicalType) in getAssignedCapacity()
2543 float ExynosResourceManager::getM2MCapa(uint32_t physicalType) in getM2MCapa()
2581 void ExynosResourceManager::setM2MCapa(uint32_t physicalType, uint32_t capa) in setM2MCapa()
H A DExynosMPP.cpp134 uint32_t physicalType, uint32_t logicalType, const char *name, in ExynosMPP()
/aosp12/hardware/google/graphics/gs101/libhwc2.1/
H A DExynosHWCModule.h51 int physicalType; member
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp1180 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex) { in hasPPC()