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