Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwcService/
DExynosHWCService.cpp262 uint32_t physicalIndex, uint32_t logicalIndex, uint32_t scaleDownRatio) in setScaleDownRatio() argument
265 __func__, physicalType, physicalIndex, logicalIndex, scaleDownRatio); in setScaleDownRatio()
266 …xynosResourceManager::setScaleDownRatio(physicalType, physicalIndex, logicalIndex, scaleDownRatio); in setScaleDownRatio()
DIExynosHWC.h58 uint32_t logicalIndex, uint32_t scaleDownRatio) = 0;
DExynosHWCService.h61 uint32_t logicalIndex, uint32_t scaleDownRatio);
DIExynosHWC.cpp307 uint32_t logicalIndex, uint32_t scaleDownRatio) in setScaleDownRatio() argument
314 data.writeInt32(scaleDownRatio); in setScaleDownRatio()
726 uint32_t scaleDownRatio = data.readInt32(); in onTransact() local
727 setScaleDownRatio(type, physicalIdx, logicalIdx, scaleDownRatio); in onTransact()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h131 uint32_t scaleDownRatio);
DExynosResourceManager.cpp2383 uint32_t physicalIndex, uint32_t logicalIndex, uint32_t scaleDownRatio) in setScaleDownRatio() argument
2409 findMpp->mDstSizeRestrictions[i].maxDownScale = scaleDownRatio; in setScaleDownRatio()