Searched refs:srcResolution (Results 1 – 1 of 1) sorted by relevance
2452 uint32_t srcResolution = src.w * src.h; in getPPCIndex() local2456 if (srcResolution == dstResolution) { in getPPCIndex()2458 } else if (dstResolution > srcResolution) { in getPPCIndex()2460 if (dstResolution >= (srcResolution * 4)) in getPPCIndex()2466 if ((dstResolution * 16) <= srcResolution) in getPPCIndex()2468 else if (((dstResolution * 9) <= srcResolution) && in getPPCIndex()2469 (srcResolution < (dstResolution * 16))) in getPPCIndex()2471 else if (((dstResolution * 4) <= srcResolution) && in getPPCIndex()2472 (srcResolution < (dstResolution * 9))) in getPPCIndex()2550 uint32_t srcResolution = mAssignedSources[i]->mSrcImg.w * mAssignedSources[i]->mSrcImg.h; in getAssignedCapacity() local[all …]