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.java709 int otherPixels = 0; in scanImage() local
724 otherPixels += 1; in scanImage()
725 if (otherPixels < 10) { in scanImage()
740 + otherPixels + " other"); in scanImage()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp596 void* otherPixels = (void*) otherPixelsBuffer.get(); in testDecode() local
597 r = AImageDecoder_decodeImage(decoder, otherPixels, minStride, size); in testDecode()
603 if (!bitmapsEqual(minStride, height, pixels, minStride, otherPixels, minStride)) { in testDecode()