Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp444 static bool bitmapsEqual(size_t minStride, int height, in bitmapsEqual() function
470 static bool bitmapsEqual(JNIEnv* env, jobject jbitmap, int32_t androidBitmapFormat, in bitmapsEqual() function
498 bool equal = bitmapsEqual(minStride, height, pixelsA, strideA, jPixels, jInfo.stride); in bitmapsEqual()
567 ASSERT_TRUE(bitmapsEqual(env, jbitmap, (AndroidBitmapFormat) androidBitmapFormat, in testDecode()
595 if (!bitmapsEqual(minStride, height, pixels, minStride, otherPixels, minStride)) { in testDecode()
678 ASSERT_TRUE(bitmapsEqual(minStride, height, pixels, minStride, decodePixels, in testDecodeStride()
844 ASSERT_TRUE(bitmapsEqual(env, jbitmap, AImageDecoderHeaderInfo_getAndroidBitmapFormat(info), in testComputeSampledSize()
888 ASSERT_TRUE(bitmapsEqual(env, jbitmap, AImageDecoderHeaderInfo_getAndroidBitmapFormat(info), in testDecodeScaled()
899 ASSERT_TRUE(bitmapsEqual(minStride, jInfo.height, pixels, minStride, decodePixels, stride)); in testDecodeScaled()
1108 ASSERT_TRUE(bitmapsEqual(env, jbitmap, AImageDecoderHeaderInfo_getAndroidBitmapFormat(info), in testDecodeCrop()
[all …]