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.java1194 RectF yuvDimens = new RectF(0, 0, yuvImage.getWidth(), in testAllOutputYUVResolutions() local
1199 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()