Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java1210 Rect yuvPatch = new Rect(); in testAllOutputYUVResolutions() local
1211 tempPatch.roundOut(yuvPatch); in testAllOutputYUVResolutions()
1220 int[] yuvColors = convertPixelYuvToRgba(yuvPatch.width(), in testAllOutputYUVResolutions()
1221 yuvPatch.height(), yuvPatch.left, yuvPatch.top, yuvImage); in testAllOutputYUVResolutions()
1222 Bitmap yuvBmap = Bitmap.createBitmap(yuvColors, yuvPatch.width(), in testAllOutputYUVResolutions()
1223 yuvPatch.height(), Bitmap.Config.ARGB_8888); in testAllOutputYUVResolutions()
1233 yuvPatch.width(), yuvPatch.height(), /*filter*/true); in testAllOutputYUVResolutions()