Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H A Dimage_source_fuzz.cpp65 imageSource->ImageSizeChange(1, 1, 1, 1); in ImageSourceFuncTest001()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp337 bool ImageSource::ImageSizeChange(int32_t width, int32_t height, int32_t desiredWidth, int32_t desi… in ImageSizeChange() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h296 … bool ImageSizeChange(int32_t width, int32_t height, int32_t desiredWidth, int32_t desiredHeight);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1104 HWTEST_F(ImageSourceTest, ImageSizeChange, TestSize.Level3)
1113 bool ret = imageSource->ImageSizeChange(width, height, desiredHeight, desiredWidth);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2651ImageSizeChange(pixelMap.GetWidth(), pixelMap.GetHeight(), opts.desiredSize.width, opts.desiredSiz… in GetFinalOutputStep()
2677 bool ImageSource::ImageSizeChange(int32_t width, int32_t height, int32_t desiredWidth, int32_t desi… in ImageSizeChange() function in OHOS::Media::ImageSource