Searched defs:rawBitmap (Results 1 – 1 of 1) sorted by relevance
134 Bitmap rawBitmap; field in DngCreatorTest.DngDebugParams526 Bitmap rawBitmap = Bitmap.createBitmap(raw.getWidth(), raw.getHeight(), in testRaw16JpegMaximumResolutionConsistency() local538 /*offsetY*/ 0, /*out*/ rawBitmap); in testRaw16JpegMaximumResolutionConsistency() local610 Bitmap rawBitmap = Bitmap.createBitmap(raw.getWidth(), raw.getHeight(), in testRaw16JpegConsistency() local622 /*out*/ rawBitmap); in testRaw16JpegConsistency() local686 Bitmap rawBitmap = BitmapFactory.decodeFile(dngFilePath); in testDngRenderingByBitmapFactor() local866 private void validateRawJpegImagePair(Bitmap rawBitmap, Image jpeg, String deviceId) in validateRawJpegImagePair()