Lines Matching refs:dstResolution
2395 uint32_t dstResolution = dst.w * dst.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()
2493 uint32_t dstResolution = mAssignedSources[i]->mMidImg.w * mAssignedSources[i]->mMidImg.h; in getAssignedCapacity() local
2494 uint32_t maxResolution = max(srcResolution, dstResolution); in getAssignedCapacity()
2509 … i, srcCycles, PPC, srcResolution, dstResolution, mAssignedSources[i]->mSrcImg.transform); in getAssignedCapacity()
2516 …i, srcCycles, baseCycles, PPC, srcResolution, dstResolution, mAssignedSources[i]->mSrcImg.transfor… in getAssignedCapacity()
2534 uint32_t dstResolution = dst.w * dst.h; in getRequiredCapacity() local
2535 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredCapacity()
2587 srcCycles, baseCycles, PPC, srcResolution, dstResolution, src.transform); in getRequiredCapacity()
2617 uint32_t dstResolution = dst.w * dst.h; in getRequiredBaseCycles() local
2618 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredBaseCycles()
2657 uint32_t dstResolution = mppSource->mMidImg.w * mppSource->mMidImg.h; in addCapacity() local
2667 baseCycles, mUsedBaseCycles, mUsedCapacity, srcResolution, dstResolution, in addCapacity()
2683 uint32_t dstResolution = mppSource->mDstImg.w * mppSource->mDstImg.h; in removeCapacity() local
2702 baseCycles, mUsedBaseCycles, mUsedCapacity, srcResolution, dstResolution, in removeCapacity()
2708 uint32_t dstResolution = dst.w * dst.h; in removeCapacity() local
2711 float dstCapacity = (float)dstResolution / getPPC(src, dst, dst); in removeCapacity()
2761 … uint32_t dstResolution = mAssignedSources[i]->mMidImg.w * mAssignedSources[i]->mMidImg.h; in updateUsedCapacity() local
2762 uint32_t maxResolution = max(srcResolution, dstResolution); in updateUsedCapacity()
2768 … i, srcCycles, cycles, PPC, srcResolution, dstResolution, mAssignedSources[i]->mSrcImg.transform); in updateUsedCapacity()