Home
last modified time | relevance | path

Searched refs:yuvDimens (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java649 RectF yuvDimens = new RectF(0, 0, yuvImage.getWidth(), in testAllOutputYUVResolutions() local
654 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()