Searched refs:yuvPatch (Results 1 – 1 of 1) sorted by relevance
404 Rect yuvPatch = new Rect(); in testAllOutputYUVResolutions() local405 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()