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 D | image_source_fuzz.cpp | 65 imageSource->ImageSizeChange(1, 1, 1, 1); in ImageSourceFuncTest001()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 337 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 D | image_source.h | 296 … 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 D | image_source_test.cpp | 1104 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 D | image_source.cpp | 2651 …ImageSizeChange(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
|