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.cpp450 static bool bitmapsEqual(size_t minStride, int height, in bitmapsEqual() function
476 static bool bitmapsEqual(JNIEnv* env, jobject jbitmap, int32_t androidBitmapFormat, in bitmapsEqual() function
504 bool equal = bitmapsEqual(minStride, height, pixelsA, strideA, jPixels, jInfo.stride); in bitmapsEqual()
574 ASSERT_TRUE(bitmapsEqual(env, jbitmap, (AndroidBitmapFormat) androidBitmapFormat, in testDecode()
603 if (!bitmapsEqual(minStride, height, pixels, minStride, otherPixels, minStride)) { in testDecode()
683 ASSERT_TRUE(bitmapsEqual(minStride, height, pixels, minStride, decodePixels, in testDecodeStride()
847 ASSERT_TRUE(bitmapsEqual(env, jbitmap, AImageDecoderHeaderInfo_getAndroidBitmapFormat(info), in testComputeSampledSize()
891 ASSERT_TRUE(bitmapsEqual(env, jbitmap, AImageDecoderHeaderInfo_getAndroidBitmapFormat(info), in testDecodeScaled()
903 ASSERT_TRUE(bitmapsEqual(minStride, jInfo.height, pixels, minStride, decodePixels, stride)); in testDecodeScaled()
1110 ASSERT_TRUE(bitmapsEqual(env, jbitmap, AImageDecoderHeaderInfo_getAndroidBitmapFormat(info), in testDecodeCrop()
[all …]