Home
last modified time | relevance | path

Searched refs:otherPixels (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
DProjectionOffscreenActivity.java269 int otherPixels = 0; in scanImage() local
282 otherPixels += 1; in scanImage()
283 if (otherPixels < 10) { in scanImage()
295 + otherPixels + " other"); in scanImage()
/cts/tests/tests/display/src/android/display/cts/
DVirtualDisplayTest.java510 int otherPixels = 0; in scanImage() local
525 otherPixels += 1; in scanImage()
526 if (otherPixels < 10) { in scanImage()
541 + otherPixels + " other"); in scanImage()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp588 void* otherPixels = malloc(size); in testDecode() local
589 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()