Searched refs:byteCount (Results 1 – 2 of 2) sorted by relevance
70 byteCount = 0133 byteCount += int(x[3])135 byteCount += int(x[2])172 "byteCount: %s\n" % byteCount + \173 "data rate: %s\n" % (1000 * byteCount / vals[-1][6])+ \
534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig()); in canUseForInBitmap() local535 return byteCount <= candidate.getAllocationByteCount(); in canUseForInBitmap()