Home
last modified time | relevance | path

Searched refs:scaleDownRatio (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libhwcService/
H A DExynosHWCService.cpp259 uint32_t physicalIndex, uint32_t logicalIndex, uint32_t scaleDownRatio) in setScaleDownRatio() argument
262 __func__, physicalType, physicalIndex, logicalIndex, scaleDownRatio); in setScaleDownRatio()
263 …xynosResourceManager::setScaleDownRatio(physicalType, physicalIndex, logicalIndex, scaleDownRatio); in setScaleDownRatio()
H A DIExynosHWC.cpp288 uint32_t logicalIndex, uint32_t scaleDownRatio) in setScaleDownRatio() argument
295 data.writeInt32(scaleDownRatio); in setScaleDownRatio()
576 uint32_t scaleDownRatio = data.readInt32(); in onTransact() local
577 setScaleDownRatio(type, physicalIdx, logicalIdx, scaleDownRatio); in onTransact()
H A DIExynosHWC.h58 uint32_t logicalIndex, uint32_t scaleDownRatio) = 0;
H A DExynosHWCService.h61 uint32_t logicalIndex, uint32_t scaleDownRatio);
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosResourceManager.h132 uint32_t scaleDownRatio);
H A DExynosResourceManager.cpp2242 uint32_t physicalIndex, uint32_t logicalIndex, uint32_t scaleDownRatio) in setScaleDownRatio() argument
2268 findMpp->mDstSizeRestrictions[i].maxDownScale = scaleDownRatio; in setScaleDownRatio()