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.java897 Bitmap jpegPatch = BitmapRegionDecoder.newInstance(compressedJpegData, in validateRawJpegImagePair() local
902 double difference = BitmapUtils.calcDifferenceMetric(jpegPatch, rawPatch); in validateRawJpegImagePair()
910 jpegPatch.compress(Bitmap.CompressFormat.JPEG, 90, fileStream); in validateRawJpegImagePair()
DImageReaderTest.java1216 Rect jpegPatch = new Rect(); in testAllOutputYUVResolutions() local
1217 tempPatch.roundOut(jpegPatch); in testAllOutputYUVResolutions()
1231 Bitmap fullSizeJpegBmap = decoder.decodeRegion(jpegPatch, opt); in testAllOutputYUVResolutions()