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