Searched refs:jpegDimens (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | DngCreatorTest.java | 401 Rect jpegDimens = new Rect(0, 0, opt0.outWidth, opt0.outHeight); in testRaw16JpegConsistency() local 404 RectF jpegRect = new RectF(jpegDimens); in testRaw16JpegConsistency() 407 jpegDimens.width()), jpegDimens.height()), rawBitmap.getWidth()), in testRaw16JpegConsistency()
|
D | ImageReaderTest.java | 386 RectF jpegDimens = new RectF(0, 0, jpegImage.getWidth(), in testAllOutputYUVResolutions() local 393 m.setRectToRect(yuvDimens, jpegDimens, Matrix.ScaleToFit.START); in testAllOutputYUVResolutions() 408 tempPatch.offset(jpegDimens.centerX() - tempPatch.centerX(), in testAllOutputYUVResolutions() 409 jpegDimens.centerY() - tempPatch.centerY()); in testAllOutputYUVResolutions()
|