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()
510 int otherPixels = 0; in scanImage() local525 otherPixels += 1; in scanImage()526 if (otherPixels < 10) { in scanImage()541 + otherPixels + " other"); in scanImage()
588 void* otherPixels = malloc(size); in testDecode() local589 r = AImageDecoder_decodeImage(decoder, otherPixels, minStride, size); in testDecode()595 if (!bitmapsEqual(minStride, height, pixels, minStride, otherPixels, minStride)) { in testDecode()596 free(otherPixels); in testDecode()600 free(otherPixels); in testDecode()