Searched defs:pixelCount (Results 1 – 7 of 7) sorted by relevance
294 int pixelCount = displayAreaScreenshot.getWidth() * displayAreaScreenshot.getHeight(); in compareScreenshot() local
277 int pixelCount = width * height; in saveFrame() local
281 int pixelCount = width * height; in saveFrame() local
288 int pixelCount = width * height; in saveFrame() local
311 int pixelCount = width * height; in saveFrame() local
608 int pixelCount = mWidth * mHeight; in saveFrame() local
493 private Bitmap createBitmapForReuse(int pixelCount) { in createBitmapForReuse()517 final int pixelCount = bitmapSize * bitmapSize; in testDecodeReuseHasAlpha() local