Searched refs:yuvDimens (Results 1 – 1 of 1) sorted by relevance
649 RectF yuvDimens = new RectF(0, 0, yuvImage.getWidth(), in testAllOutputYUVResolutions() local654 m.setRectToRect(yuvDimens, jpegDimens, Matrix.ScaleToFit.START); in testAllOutputYUVResolutions()656 m.mapRect(scaledYuv, yuvDimens); in testAllOutputYUVResolutions()657 float scale = scaledYuv.width() / yuvDimens.width(); in testAllOutputYUVResolutions()663 tempPatch.offset(yuvDimens.centerX() - tempPatch.centerX(), in testAllOutputYUVResolutions()664 yuvDimens.centerY() - tempPatch.centerY()); in testAllOutputYUVResolutions()