Home
last modified time | relevance | path

Searched refs:SetDecodeOptions (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Draw_decoder_test.cpp210 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 Dsvg_decoder_test.cpp164 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 Djpeg_decoder_ex_test.cpp621 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 Djpeg_decoder_test.cpp95 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 Dbmp_decoder_test.cpp185 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 Dgif_decoder_test.cpp144 gifDecoder->SetDecodeOptions(2, opts, info);
166 gifDecoder->SetDecodeOptions(0, opts, info);
186 gifDecoder->SetDecodeOptions(0, opts, info);
H A Dwebp_decoder_test.cpp186 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 Dpng_decoder_test.cpp191 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 Dimage_plugin_fuzz.cpp61 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 Dmock_abs_image_decoder.h34 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 Dheif_decoder.h33 …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 Dbmp_decoder.h45 …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 Dsvg_decoder.h42 …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 Draw_decoder.h33 …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 Dwebp_decoder.h46 …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 Draw_decoder.cpp108 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 Dgif_decoder.h43 …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 Dimage_png_plugin_fuzz.cpp91 pngDecoder->SetDecodeOptions(0, plOpts, plInfo); in PngDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_decoder.h54 …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 Dpng_decoder.h56 …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 Dheif_decoder.cpp48 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 Dabs_image_decoder.h147 …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 Dext_decoder.h53 …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 Dmock_image_source.cpp264 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 Dbmp_decoder.cpp82 uint32_t BmpDecoder::SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &… in SetDecodeOptions() function in OHOS::ImagePlugin::BmpDecoder

12