Home
last modified time | relevance | path

Searched refs:IsSameImage (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_parcel_test.cpp103 EXPECT_EQ(true, pixelmap1->IsSameImage(*pixelmap2)); in HWTEST_F()
H A Dpixel_map_test.cpp910 * @tc.desc: IsSameImage
931 auto ret = pixelMap1->IsSameImage(*pixelMap); in HWTEST_F()
938 ret = pixelMap1->IsSameImage(*pixelMap2); in HWTEST_F()
945 ret = pixelMap1->IsSameImage(*pixelMap3); in HWTEST_F()
952 ret = pixelMap1->IsSameImage(*pixelMap4); in HWTEST_F()
959 ret = pixelMap1->IsSameImage(*pixelMap5); in HWTEST_F()
1751 * @tc.desc: Test of IsSameImage
1762 auto ret = pixelMap1->IsSameImage(*pixelMap); in HWTEST_F()
1768 ret = pixelMap1->IsSameImage(*pixelMap2); in HWTEST_F()
1774 ret = pixelMap1->IsSameImage(*pixelMap in HWTEST_F()
[all...]
H A Dimage_pixel_map_test.cpp612 EXPECT_EQ(true, pixelmap1->IsSameImage(*pixelmap2)); in HWTEST_F()
935 * @tc.desc: test IsSameImage
941 GTEST_LOG_(INFO) << "ImagePixelMapTest: ImagePixelMap027 IsSameImage start"; in HWTEST_F()
950 bool ret = pixelMap.IsSameImage(pixelMap1); in HWTEST_F()
952 GTEST_LOG_(INFO) << "ImagePixelMapTest: ImagePixelMap027 IsSameImage end"; in HWTEST_F()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_astc.h69 NATIVEEXPORT bool IsSameImage(const PixelMap &other) override;
H A Dpixel_map.h165 NATIVEEXPORT virtual bool IsSameImage(const PixelMap &other);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_astc.cpp175 bool PixelAstc::IsSameImage(const PixelMap &other) in IsSameImage() function in OHOS::Media::PixelAstc
177 IMAGE_LOGE("IsSameImage is not support on pixelastc"); in IsSameImage()
H A Dpixel_map.cpp1502 bool PixelMap::IsSameImage(const PixelMap &other) in IsSameImage() function in OHOS::Media::PixelMap
1505 IMAGE_LOGE("IsSameImage data_ is nullptr, isUnMap %{public}d.", isUnMap_); in IsSameImage()
1511 IMAGE_LOGI("IsSameImage imageInfo is not same"); in IsSameImage()
1516 IMAGE_LOGI("IsSameImage memcmp is not same"); in IsSameImage()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_astc_test.cpp389 * @tc.desc: PixelAstc IsSameImage
399 bool ret = pixelAstc->IsSameImage(pixelmap); in HWTEST_F()
409 * @tc.desc: PixelAstc IsSameImage
419 bool ret = pixelAstc->IsSameImage(pixelmap); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h108 NATIVEEXPORT bool IsSameImage(const PixelMap &other);

Completed in 20 milliseconds