Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.cpp2394 uint32_t srcResolution = src.w * src.h; in getPPCIndex() local
2398 if (srcResolution == dstResolution) { in getPPCIndex()
2400 } else if (dstResolution > srcResolution) { in getPPCIndex()
2533 uint32_t srcResolution = src.w * src.h; in getRequiredCapacity() local
2616 uint32_t srcResolution = src.w * src.h; in getRequiredBaseCycles() local
2659 mNoRotatedSrcCropBW += srcResolution; in addCapacity()
2661 mRotatedSrcCropBW += srcResolution; in addCapacity()
2688 mNoRotatedSrcCropBW -= srcResolution; in removeCapacity()
2690 mRotatedSrcCropBW -= srcResolution; in removeCapacity()
2707 uint32_t srcResolution = src.w * src.h; in removeCapacity() local
[all …]