Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
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()
2402 if (dstResolution >= (srcResolution * 4)) in getPPCIndex()
2408 if ((dstResolution * 16) <= srcResolution) in getPPCIndex()
2410 else if (((dstResolution * 9) <= srcResolution) && in getPPCIndex()
2411 (srcResolution < (dstResolution * 16))) in getPPCIndex()
2413 else if (((dstResolution * 4) <= srcResolution) && in getPPCIndex()
2414 (srcResolution < (dstResolution * 9))) in getPPCIndex()
2492 uint32_t srcResolution = mAssignedSources[i]->mSrcImg.w * mAssignedSources[i]->mSrcImg.h; in getAssignedCapacity() local
[all …]