Home
last modified time | relevance | path

Searched refs:physicalType (Results 1 – 17 of 17) sorted by relevance

/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/common/libhwc2.1/libresource/
DExynosResourceManager.h127 static ExynosMPP* getExynosMPP(uint32_t physicalType, uint32_t physicalIndex);
128 …static void enableMPP(uint32_t physicalType, uint32_t physicalIndex, uint32_t logicalIndex, uint32…
129 static void setScaleDownRatio(uint32_t physicalType,
180 float getM2MCapa(uint32_t physicalType);
182 float getAssignedCapacity(uint32_t physicalType);
185 void setM2MCapa(uint32_t physicalType, uint32_t capa);
DExynosMPPType.h147 int physicalType; member
DExynosResourceManager.cpp117 exynos_mpp.physicalType, exynos_mpp.logicalType, in ExynosResourceManager()
119 ExynosMPP* exynosMPP = new ExynosMPPModule(this, exynos_mpp.physicalType, in ExynosResourceManager()
131 exynos_mpp.physicalType, exynos_mpp.logicalType, in ExynosResourceManager()
133 ExynosMPP* exynosMPP = new ExynosMPPModule(this, exynos_mpp.physicalType, in ExynosResourceManager()
2173 ExynosMPP* ExynosResourceManager::getExynosMPP(uint32_t physicalType, uint32_t physicalIndex) in getExynosMPP() argument
2176 if ((mOtfMPPs[i]->mPhysicalType == physicalType) && in getExynosMPP()
2181 if ((mM2mMPPs[i]->mPhysicalType == physicalType) && in getExynosMPP()
2361 void ExynosResourceManager::enableMPP(uint32_t physicalType, uint32_t physicalIndex, uint32_t logic… in enableMPP() argument
2364 if ((mOtfMPPs[i]->mPhysicalType == physicalType) && in enableMPP()
2373 if ((mM2mMPPs[i]->mPhysicalType == physicalType) && in enableMPP()
[all …]
DExynosMPP.h578 uint32_t physicalType, uint32_t logicalType, const char *name,
DExynosMPP.cpp138 uint32_t physicalType, uint32_t logicalType, const char *name, in ExynosMPP() argument
142 mPhysicalType(physicalType), in ExynosMPP()
/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.cpp25 uint32_t physicalType, uint32_t logicalType, const char *name, 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/libhwcService/
DExynosHWCService.cpp252 void ExynosHWCService::enableMPP(uint32_t physicalType, uint32_t physicalIndex, uint32_t logicalInd… in enableMPP() argument
255 __func__, physicalType, physicalIndex, logicalIndex, enable); in enableMPP()
256 ExynosResourceManager::enableMPP(physicalType, physicalIndex, logicalIndex, enable); in enableMPP()
261 void ExynosHWCService::setScaleDownRatio(uint32_t physicalType, in setScaleDownRatio() argument
265 __func__, physicalType, physicalIndex, logicalIndex, scaleDownRatio); in setScaleDownRatio()
266 …ExynosResourceManager::setScaleDownRatio(physicalType, physicalIndex, logicalIndex, scaleDownRatio… in setScaleDownRatio()
DIExynosHWC.h56 …virtual void enableMPP(uint32_t physicalType, uint32_t physicalIndex, uint32_t logicalIndex, uint3…
57 virtual void setScaleDownRatio(uint32_t physicalType, uint32_t physicalIndex,
DExynosHWCService.h59 …virtual void enableMPP(uint32_t physicalType, uint32_t physicalIndex, uint32_t logicalIndex, uint3…
60 virtual void setScaleDownRatio(uint32_t physicalType, uint32_t physicalIndex,
DIExynosHWC.cpp293 …virtual void enableMPP(uint32_t physicalType, uint32_t physicalIndex, uint32_t logicalIndex, uint3… in enableMPP() argument
297 data.writeInt32(physicalType); in enableMPP()
306 virtual void setScaleDownRatio(uint32_t physicalType, uint32_t physicalIndex, in setScaleDownRatio() argument
311 data.writeInt32(physicalType); in setScaleDownRatio()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp1148 if (available_otf_mpp_units[i].physicalType == typeId) in getMPPStr()
1154 if (AVAILABLE_M2M_MPP_UNITS[i].physicalType == typeId) in getMPPStr()
1163 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex) { in hasPPC() argument
1164 if (ppc_table_map.find(PPC_IDX(physicalType, formatIndex, rotIndex)) != in hasPPC()
DExynosHWCHelper.h581 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex);