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/
DYuvImageTest.java263 BitmapUtils.assertBitmapsMse(expected, actual, MSE_MARGIN, sameRect, false); in compressRects()
279 BitmapUtils.assertBitmapsMse(expected, actual, MSE_MARGIN, true, false); in compressOddRect()
DBitmapFactoryTest.java257 BitmapUtils.assertBitmapsMse(bPng, bWebp, tolerance, true, bPng.isPremultiplied()); in testWebpStreamDecode()
275 BitmapUtils.assertBitmapsMse(bPng, bWebp2, tolerance, true, bPng.isPremultiplied()); in testWebpStreamEncode()
300 BitmapUtils.assertBitmapsMse(bPng, bWebP1, tolerance, true, bPng.isPremultiplied()); in testDecodeStream5()
312 BitmapUtils.assertBitmapsMse(bPng, bWebP2, tolerance, true, bPng.isPremultiplied()); in testDecodeStream5()
955 BitmapUtils.assertBitmapsMse(reference, rgb565.copy(Config.ARGB_8888, false), 30, true, in decodeConfigs()
DBitmapRegionDecoderTest.java426 BitmapUtils.assertBitmapsMse(reuseCropped, defaultCropped, 0, true, in testInBitmapReuse()
803 BitmapUtils.assertBitmapsMse(expected, actual, mseMargin, true, false); in compareRegionByRegion()
DImageDecoderTest.java2017 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.java519 BitmapUtils.assertBitmapsMse(expected, actual, mseMargin, lessThanMargin, in testExif()