Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java906 Bitmap jpegPatch = BitmapRegionDecoder.newInstance(compressedJpegData, in validateRawJpegImagePair() local
911 double difference = BitmapUtils.calcDifferenceMetric(jpegPatch, rawPatch); in validateRawJpegImagePair()
919 jpegPatch.compress(Bitmap.CompressFormat.JPEG, 90, fileStream); in validateRawJpegImagePair()
DImageReaderTest.java671 Rect jpegPatch = new Rect(); in testAllOutputYUVResolutions() local
672 tempPatch.roundOut(jpegPatch); in testAllOutputYUVResolutions()
686 Bitmap fullSizeJpegBmap = decoder.decodeRegion(jpegPatch, opt); in testAllOutputYUVResolutions()