Searched refs:jpegPatch (Results 1 – 2 of 2) sorted by relevance
897 Bitmap jpegPatch = BitmapRegionDecoder.newInstance(compressedJpegData, in validateRawJpegImagePair() local902 double difference = BitmapUtils.calcDifferenceMetric(jpegPatch, rawPatch); in validateRawJpegImagePair()910 jpegPatch.compress(Bitmap.CompressFormat.JPEG, 90, fileStream); in validateRawJpegImagePair()
1216 Rect jpegPatch = new Rect(); in testAllOutputYUVResolutions() local1217 tempPatch.roundOut(jpegPatch); in testAllOutputYUVResolutions()1231 Bitmap fullSizeJpegBmap = decoder.decodeRegion(jpegPatch, opt); in testAllOutputYUVResolutions()