Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DImageReaderTest.java404 Rect yuvPatch = new Rect(); in testAllOutputYUVResolutions() local
405 tempPatch.roundOut(yuvPatch); in testAllOutputYUVResolutions()
414 int[] yuvColors = convertPixelYuvToRgba(yuvPatch.width(), in testAllOutputYUVResolutions()
415 yuvPatch.height(), yuvPatch.left, yuvPatch.top, yuvImage); in testAllOutputYUVResolutions()
416 Bitmap yuvBmap = Bitmap.createBitmap(yuvColors, yuvPatch.width(), in testAllOutputYUVResolutions()
417 yuvPatch.height(), Bitmap.Config.ARGB_8888); in testAllOutputYUVResolutions()
427 yuvPatch.width(), yuvPatch.height(), /*filter*/true); in testAllOutputYUVResolutions()