Home
last modified time | relevance | path

Searched refs:byteCount (Results 1 – 2 of 2) sorted by relevance

/development/tools/axl/
Dchewie.py70 byteCount = 0
133 byteCount += int(x[3])
135 byteCount += int(x[2])
172 "byteCount: %s\n" % byteCount + \
173 "data rate: %s\n" % (1000 * byteCount / vals[-1][6])+ \
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageCache.java534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig()); in canUseForInBitmap() local
535 return byteCount <= candidate.getAllocationByteCount(); in canUseForInBitmap()