Searched refs:srcResolution (Results 1 – 1 of 1) sorted by relevance
2394 uint32_t srcResolution = src.w * src.h; in getPPCIndex() local2398 if (srcResolution == dstResolution) { in getPPCIndex()2400 } else if (dstResolution > srcResolution) { in getPPCIndex()2533 uint32_t srcResolution = src.w * src.h; in getRequiredCapacity() local2616 uint32_t srcResolution = src.w * src.h; in getRequiredBaseCycles() local2659 mNoRotatedSrcCropBW += srcResolution; in addCapacity()2661 mRotatedSrcCropBW += srcResolution; in addCapacity()2688 mNoRotatedSrcCropBW -= srcResolution; in removeCapacity()2690 mRotatedSrcCropBW -= srcResolution; in removeCapacity()2707 uint32_t srcResolution = src.w * src.h; in removeCapacity() local[all …]