Searched refs:yuvDimens (Results 1 – 1 of 1) sorted by relevance
1194 RectF yuvDimens = new RectF(0, 0, yuvImage.getWidth(), in testAllOutputYUVResolutions() local1199 m.setRectToRect(yuvDimens, jpegDimens, Matrix.ScaleToFit.START); in testAllOutputYUVResolutions()1201 m.mapRect(scaledYuv, yuvDimens); in testAllOutputYUVResolutions()1202 float scale = scaledYuv.width() / yuvDimens.width(); in testAllOutputYUVResolutions()1208 tempPatch.offset(yuvDimens.centerX() - tempPatch.centerX(), in testAllOutputYUVResolutions()1209 yuvDimens.centerY() - tempPatch.centerY()); in testAllOutputYUVResolutions()