Searched refs:yuvDimens (Results 1 – 1 of 1) sorted by relevance
388 RectF yuvDimens = new RectF(0, 0, yuvImage.getWidth(), in testAllOutputYUVResolutions() local393 m.setRectToRect(yuvDimens, jpegDimens, Matrix.ScaleToFit.START); in testAllOutputYUVResolutions()395 m.mapRect(scaledYuv, yuvDimens); in testAllOutputYUVResolutions()396 float scale = scaledYuv.width() / yuvDimens.width(); in testAllOutputYUVResolutions()402 tempPatch.offset(yuvDimens.centerX() - tempPatch.centerX(), in testAllOutputYUVResolutions()403 yuvDimens.centerY() - tempPatch.centerY()); in testAllOutputYUVResolutions()