Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBitmapUtils.java58 int[] bPixels = new int[aPixels.length]; in compareBitmap() local
61 b.getPixels(bPixels, /*offset*/0, /*stride*/b.getWidth(), /*x*/0, /*y*/0, b.getWidth(), in compareBitmap()
71 bFirstPix[0] = Color.red(bPixels[0]); in compareBitmap()
72 bFirstPix[1] = Color.green(bPixels[1]); in compareBitmap()
73 bFirstPix[2] = Color.blue(bPixels[2]); in compareBitmap()
78 int bPix = bPixels[i]; in compareBitmap()
111 result.mRhsAverage[i] = bSum[i] / bPixels.length; in compareBitmap()