Home
last modified time | relevance | path

Searched refs:assertBitmapsMse (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java274 BitmapUtils.assertBitmapsMse(bPng, bWebp, tolerance, true, bPng.isPremultiplied()); in testWebpStreamDecode()
292 BitmapUtils.assertBitmapsMse(bPng, bWebp2, tolerance, true, bPng.isPremultiplied()); in testWebpStreamEncode()
317 BitmapUtils.assertBitmapsMse(bPng, bWebP1, tolerance, true, bPng.isPremultiplied()); in testDecodeStream5()
329 BitmapUtils.assertBitmapsMse(bPng, bWebP2, tolerance, true, bPng.isPremultiplied()); in testDecodeStream5()
972 BitmapUtils.assertBitmapsMse(reference, rgb565.copy(Config.ARGB_8888, false), 30, true, in decodeConfigs()
DYuvImageTest.java540 BitmapUtils.assertBitmapsMse(expected, actual, MSE_MARGIN, sameRect, false); in compressRects()
556 BitmapUtils.assertBitmapsMse(expected, actual, MSE_MARGIN, true, false); in compressOddRect()
DBitmapRegionDecoderTest.java426 BitmapUtils.assertBitmapsMse(reuseCropped, defaultCropped, 0, true, in testInBitmapReuse()
830 BitmapUtils.assertBitmapsMse(expected, actual, mseMargin, true, false); in compareRegionByRegion()
DImageDecoderTest.java2139 BitmapUtils.assertBitmapsMse(bm, reference, mse, true, false);
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java235 public static void assertBitmapsMse(Bitmap expected, Bitmap actual, in assertBitmapsMse() method in BitmapUtils
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedImageDrawableTest.java527 BitmapUtils.assertBitmapsMse(expected, actual, mseMargin, lessThanMargin, in testExif()