Searched refs:otherPixels (Results 1 – 3 of 3) sorted by relevance
269 int otherPixels = 0; in scanImage() local282 otherPixels += 1; in scanImage()283 if (otherPixels < 10) { in scanImage()295 + otherPixels + " other"); in scanImage()
709 int otherPixels = 0; in scanImage() local724 otherPixels += 1; in scanImage()725 if (otherPixels < 10) { in scanImage()740 + otherPixels + " other"); in scanImage()
596 void* otherPixels = (void*) otherPixelsBuffer.get(); in testDecode() local597 r = AImageDecoder_decodeImage(decoder, otherPixels, minStride, size); in testDecode()603 if (!bitmapsEqual(minStride, height, pixels, minStride, otherPixels, minStride)) { in testDecode()