Searched refs:yuvPatch (Results 1 – 1 of 1) sorted by relevance
665 Rect yuvPatch = new Rect(); in testAllOutputYUVResolutions() local666 tempPatch.roundOut(yuvPatch); in testAllOutputYUVResolutions()675 int[] yuvColors = convertPixelYuvToRgba(yuvPatch.width(), in testAllOutputYUVResolutions()676 yuvPatch.height(), yuvPatch.left, yuvPatch.top, yuvImage); in testAllOutputYUVResolutions()677 Bitmap yuvBmap = Bitmap.createBitmap(yuvColors, yuvPatch.width(), in testAllOutputYUVResolutions()678 yuvPatch.height(), Bitmap.Config.ARGB_8888); in testAllOutputYUVResolutions()688 yuvPatch.width(), yuvPatch.height(), /*filter*/true); in testAllOutputYUVResolutions()