Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2451 uint32_t srcResolution = src.w * src.h; in getPPCIndex() local
2455 if (srcResolution == dstResolution) { in getPPCIndex()
2457 } else if (dstResolution > srcResolution) { in getPPCIndex()
2459 if (dstResolution >= (srcResolution * 4)) in getPPCIndex()
2465 if ((dstResolution * 16) <= srcResolution) in getPPCIndex()
2467 else if (((dstResolution * 9) <= srcResolution) && in getPPCIndex()
2468 (srcResolution < (dstResolution * 16))) in getPPCIndex()
2470 else if (((dstResolution * 4) <= srcResolution) && in getPPCIndex()
2471 (srcResolution < (dstResolution * 9))) in getPPCIndex()
2549 uint32_t srcResolution = mAssignedSources[i]->mSrcImg.w * mAssignedSources[i]->mSrcImg.h; in getAssignedCapacity() local
[all …]