/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | raw_decoder_test.cpp | 210 uint32_t res = rawDecoder->SetDecodeOptions(index, opts, info); 227 uint32_t res = rawDecoder->SetDecodeOptions(index, opts, info); 297 rawDecoder->SetDecodeOptions(2, opts, info); 314 rawDecoder->SetDecodeOptions(0, opts, info); 340 rawDecoder->SetDecodeOptions(0, opts, info); 360 rawDecoder->SetDecodeOptions(0, opts, info); 381 rawDecoder->SetDecodeOptions(0, opts, info); 402 rawDecoder->SetDecodeOptions(0, opts, info); 419 rawDecoder->SetDecodeOptions(5, opts, info); 444 rawDecoder->SetDecodeOptions(2, opts, info); [all …]
|
H A D | svg_decoder_test.cpp | 164 svgDecoder->SetDecodeOptions(2, opts, info); 181 svgDecoder->SetDecodeOptions(0, opts, info); 207 svgDecoder->SetDecodeOptions(0, opts, info); 227 svgDecoder->SetDecodeOptions(0, opts, info); 348 svgDecoder->SetDecodeOptions(index, opts, info);
|
H A D | jpeg_decoder_ex_test.cpp | 621 uint32_t result = jpegDecoder->SetDecodeOptions(0, opts, info); 641 uint32_t result = jpegDecoder->SetDecodeOptions(JPEG_IMAGE_NUM, opts, info); 660 uint32_t result = jpegDecoder->SetDecodeOptions(0, opts, info); 680 uint32_t result = jpegDecoder->SetDecodeOptions(1, opts, info); 696 uint32_t result = jpegDecoder->SetDecodeOptions(0, opts, info);
|
H A D | jpeg_decoder_test.cpp | 95 uint32_t result = jpegDecoder->SetDecodeOptions(0, opts, info); 115 uint32_t result = jpegDecoder->SetDecodeOptions(JPEG_IMAGE_NUM, opts, info); 135 uint32_t result = jpegDecoder->SetDecodeOptions(0, opts, info);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | bmp_decoder_test.cpp | 185 bmpDecoder->SetDecodeOptions(2, opts, info); 202 bmpDecoder->SetDecodeOptions(0, opts, info); 228 bmpDecoder->SetDecodeOptions(0, opts, info); 248 bmpDecoder->SetDecodeOptions(0, opts, info); 269 bmpDecoder->SetDecodeOptions(0, opts, info); 290 bmpDecoder->SetDecodeOptions(0, opts, info); 504 uint32_t result = bmpDecoder->SetDecodeOptions(index, opts, info); 707 uint32_t result = bmpDecoder->SetDecodeOptions(index, opts, info);
|
H A D | gif_decoder_test.cpp | 144 gifDecoder->SetDecodeOptions(2, opts, info); 166 gifDecoder->SetDecodeOptions(0, opts, info); 186 gifDecoder->SetDecodeOptions(0, opts, info);
|
H A D | webp_decoder_test.cpp | 186 webpDecoder->SetDecodeOptions(2, opts, info); 203 webpDecoder->SetDecodeOptions(0, opts, info); 229 webpDecoder->SetDecodeOptions(0, opts, info); 249 webpDecoder->SetDecodeOptions(0, opts, info); 413 uint32_t result = webpDecoder->SetDecodeOptions(index, opts, info); 637 uint32_t result = webpDecoder->SetDecodeOptions(index, opts, info);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/ |
H A D | png_decoder_test.cpp | 191 pngDecoder->SetDecodeOptions(2, opts, info); 208 pngDecoder->SetDecodeOptions(0, opts, info); 234 pngDecoder->SetDecodeOptions(0, opts, info); 254 pngDecoder->SetDecodeOptions(0, opts, info); 274 pngDecoder->SetDecodeOptions(0, opts, info); 296 pngDecoder->SetDecodeOptions(0, opts, info); 318 pngDecoder->SetDecodeOptions(0, opts, info); 340 pngDecoder->SetDecodeOptions(0, opts, info); 362 pngDecoder->SetDecodeOptions(0, opts, info); 385 pngDecoder->SetDecodeOptions(0, opts, info); [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/ |
H A D | image_plugin_fuzz.cpp | 61 extDecoder->SetDecodeOptions(0, plOpts, plInfo); in ExtDecoderFuncTest001() 101 svgDecoder->SetDecodeOptions(0, plOpts, plInfo); in SvgDecoderFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/mock/ |
H A D | mock_abs_image_decoder.h | 34 uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info) in SetDecodeOptions() function
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/include/ |
H A D | heif_decoder.h | 33 …virtual uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &inf…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/ |
H A D | bmp_decoder.h | 45 …uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info) overr…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/include/ |
H A D | svg_decoder.h | 42 …uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info) overr…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/include/ |
H A D | raw_decoder.h | 33 …uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info) overr…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/ |
H A D | webp_decoder.h | 46 …uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info) overr…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/ |
H A D | raw_decoder.cpp | 108 uint32_t RawDecoder::SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &… in SetDecodeOptions() function in OHOS::ImagePlugin::RawDecoder 307 ret = jpegDecoder_->SetDecodeOptions(index, opts_, info_); in DoSetDecodeOptions()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/ |
H A D | gif_decoder.h | 43 …uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info) overr…
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/ |
H A D | image_png_plugin_fuzz.cpp | 91 pngDecoder->SetDecodeOptions(0, plOpts, plInfo); in PngDecoderFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
H A D | jpeg_decoder.h | 54 …uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info) overr…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/ |
H A D | png_decoder.h | 56 …uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info) overr…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/ |
H A D | heif_decoder.cpp | 48 uint32_t HeifDecoder::SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo … in SetDecodeOptions() function in OHOS::ImagePlugin::HeifDecoder
|
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/ |
H A D | abs_image_decoder.h | 147 …virtual uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &inf…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_decoder.h | 53 …uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info) overr…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 264 uint32_t ImageSource::SetDecodeOptions(std::unique_ptr<AbsImageDecoder> &decoder, uint32_t index, in SetDecodeOptions() function in OHOS::Media::ImageSource
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | bmp_decoder.cpp | 82 uint32_t BmpDecoder::SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &… in SetDecodeOptions() function in OHOS::ImagePlugin::BmpDecoder
|