Home
last modified time | relevance | path

Searched defs:bitmap2 (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DImageCompare.java48 public static double psnr(Bitmap bitmap1, Bitmap bitmap2) { in psnr()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1203 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleSuccess() local
1213 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleFail() local
1224 Bitmap bitmap2 = Bitmap.createBitmap(150, 150, Config.ARGB_8888); in testSameAs_reconfigure() local
1235 Bitmap bitmap2 = Bitmap.createBitmap(100, 200, Config.ARGB_8888); in testSameAs_config() local
1249 Bitmap bitmap2 = Bitmap.createBitmap(101, 100, Config.ARGB_8888); in testSameAs_width() local
1259 Bitmap bitmap2 = Bitmap.createBitmap(102, 100, Config.ARGB_8888); in testSameAs_height() local
1269 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_opaque() local
1281 Bitmap bitmap2 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware() local
1307 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testGetConfigOnRecycled() local
DBitmapColorSpaceTest.java254 Bitmap bitmap2 = BitmapFactory.decodeStream(in, null, opts); in reuse() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapAsserter.java55 public void assertBitmapsAreSimilar(Bitmap bitmap1, Bitmap bitmap2, BitmapComparer comparer, in assertBitmapsAreSimilar()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1718 public static Difference computeDifference(Bitmap bitmap1, Bitmap bitmap2) { in computeDifference()
1954 Bitmap bitmap1, Bitmap bitmap2, Pair<Double, Double>[] borderCrops) { in computeMinimumDifference()
1978 Bitmap bitmap1, Bitmap bitmap2, int trueWidth, int trueHeight) { in computeMinimumDifference()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java1381 Bitmap bitmap2 = view.getDrawingCache(); in testGetDrawingCache() local