Searched refs:dstCapacity (Results 1 – 1 of 1) sorted by relevance
2660 float dstCapacity = (float((dst.w * dst.h))) / (mClockKhz * dstPPC); in getRequiredCapacity() local2662 capacity += max(srcCapacity, dstCapacity); in getRequiredCapacity()2769 float dstCapacity = (float)dstResolution / getPPC(src, dst, dst); in removeCapacity() local2771 mUsedCapacity -= max(srcCapacity, dstCapacity); in removeCapacity()