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.java84 int[] bPixels = new int[aPixels.length]; in compareBitmap() local
87 b.getPixels(bPixels, /*offset*/0, /*stride*/b.getWidth(), /*x*/0, /*y*/0, b.getWidth(), in compareBitmap()
97 bFirstPix[0] = Color.red(bPixels[0]); in compareBitmap()
98 bFirstPix[1] = Color.green(bPixels[1]); in compareBitmap()
99 bFirstPix[2] = Color.blue(bPixels[2]); in compareBitmap()
104 int bPix = bPixels[i]; in compareBitmap()
137 result.mRhsAverage[i] = bSum[i] / bPixels.length; in compareBitmap()