Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DDngCreatorTest.java431 Bitmap jpegPatch = BitmapRegionDecoder.newInstance(compressedJpegData, in testRaw16JpegConsistency() local
436 double difference = BitmapUtils.calcDifferenceMetric(jpegPatch, rawPatch); in testRaw16JpegConsistency()
442 jpegPatch.compress(Bitmap.CompressFormat.JPEG, 90, fileStream); in testRaw16JpegConsistency()
DImageReaderTest.java410 Rect jpegPatch = new Rect(); in testAllOutputYUVResolutions() local
411 tempPatch.roundOut(jpegPatch); in testAllOutputYUVResolutions()
425 Bitmap fullSizeJpegBmap = decoder.decodeRegion(jpegPatch, opt); in testAllOutputYUVResolutions()