Lines Matching refs:srcResolution
2394 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
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()
2533 uint32_t srcResolution = src.w * src.h; in getRequiredCapacity() local
2535 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredCapacity()
2587 srcCycles, baseCycles, PPC, srcResolution, dstResolution, src.transform); in getRequiredCapacity()
2616 uint32_t srcResolution = src.w * src.h; in getRequiredBaseCycles() local
2618 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredBaseCycles()
2656 uint32_t srcResolution = mppSource->mSrcImg.w * mppSource->mSrcImg.h; in addCapacity() local
2659 mNoRotatedSrcCropBW += srcResolution; in addCapacity()
2661 mRotatedSrcCropBW += srcResolution; in addCapacity()
2667 baseCycles, mUsedBaseCycles, mUsedCapacity, srcResolution, dstResolution, in addCapacity()
2682 uint32_t srcResolution = mppSource->mSrcImg.w * mppSource->mSrcImg.h; in removeCapacity() local
2688 mNoRotatedSrcCropBW -= srcResolution; in removeCapacity()
2690 mRotatedSrcCropBW -= srcResolution; in removeCapacity()
2702 baseCycles, mUsedBaseCycles, mUsedCapacity, srcResolution, dstResolution, in removeCapacity()
2707 uint32_t srcResolution = src.w * src.h; in removeCapacity() local
2710 float srcCapacity = (float)srcResolution / getPPC(src, dst, src); in removeCapacity()
2750 … uint32_t srcResolution = mAssignedSources[i]->mSrcImg.w * mAssignedSources[i]->mSrcImg.h; in updateUsedCapacity() local
2752 mNoRotatedSrcCropBW += srcResolution; in updateUsedCapacity()
2754 mRotatedSrcCropBW += srcResolution; in updateUsedCapacity()
2760 … uint32_t srcResolution = mAssignedSources[i]->mSrcImg.w * mAssignedSources[i]->mSrcImg.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()