Home
last modified time | relevance | path

Searched refs:PixelDecodeOptions (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Draw_decoder_test.cpp295 PixelDecodeOptions opts;
312 PixelDecodeOptions opts;
337 PixelDecodeOptions opts;
358 PixelDecodeOptions opts;
379 PixelDecodeOptions opts;
400 PixelDecodeOptions opts;
417 PixelDecodeOptions opts;
442 PixelDecodeOptions opts;
556 PixelDecodeOptions opts;
627 PixelDecodeOptions opts;
[all …]
H A Dsvg_decoder_test.cpp162 PixelDecodeOptions opts;
179 PixelDecodeOptions opts;
204 PixelDecodeOptions opts;
225 PixelDecodeOptions opts;
345 PixelDecodeOptions opts;
442 PixelDecodeOptions opts;
H A Djpeg_decoder_ex_test.cpp618 PixelDecodeOptions opts;
639 PixelDecodeOptions opts;
658 PixelDecodeOptions opts;
678 PixelDecodeOptions opts;
694 PixelDecodeOptions opts;
/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…
54 uint32_t DoSetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info);
77 PixelDecodeOptions opts_;
/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…
49 uint32_t DoSetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info);
68 PixelDecodeOptions opts_;
/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…
93 uint32_t ConfigInfo(const PixelDecodeOptions &opts);
98 void DealNinePatch(const PixelDecodeOptions &opts);
114 PixelDecodeOptions opts_;
/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…
81 uint32_t StartDecompress(const PixelDecodeOptions &opts);
100 PixelDecodeOptions opts_;
/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…
79 PixelDecodeOptions opts_;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dbmp_decoder_test.cpp183 PixelDecodeOptions opts;
200 PixelDecodeOptions opts;
225 PixelDecodeOptions opts;
246 PixelDecodeOptions opts;
267 PixelDecodeOptions opts;
288 PixelDecodeOptions opts;
501 const PixelDecodeOptions opts;
704 const PixelDecodeOptions opts;
H A Dgif_decoder_test.cpp142 PixelDecodeOptions opts;
163 PixelDecodeOptions opts;
184 PixelDecodeOptions opts;
H A Dwebp_decoder_test.cpp184 PixelDecodeOptions opts;
201 PixelDecodeOptions opts;
226 PixelDecodeOptions opts;
247 PixelDecodeOptions opts;
409 PixelDecodeOptions opts;
633 PixelDecodeOptions opts;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp189 PixelDecodeOptions opts;
206 PixelDecodeOptions opts;
231 PixelDecodeOptions opts;
252 PixelDecodeOptions opts;
272 PixelDecodeOptions opts;
293 PixelDecodeOptions opts;
315 PixelDecodeOptions opts;
337 PixelDecodeOptions opts;
359 PixelDecodeOptions opts;
381 PixelDecodeOptions opts;
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp59 PixelDecodeOptions plOpts; in ExtDecoderFuncTest001()
99 PixelDecodeOptions plOpts; in SvgDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/
H A Draw_decoder.cpp60 PixelDecodeOptions opts; in Reset()
108 uint32_t RawDecoder::SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &… in SetDecodeOptions()
300 uint32_t RawDecoder::DoSetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo… in DoSetDecodeOptions()
/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()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h106 struct PixelDecodeOptions { struct
147 …virtual uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &inf…
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp209 SkImageInfo MakeImageInfo(const PixelDecodeOptions &opts) in MakeImageInfo()
263 PixelDecodeOptions opts; in Reset()
269 uint32_t SvgDecoder::SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &… in SetDecodeOptions()
528 uint32_t SvgDecoder::DoSetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo… in DoSetDecodeOptions()
/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/libextplugin/include/
H A Dext_decoder.h53 …uint32_t SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &info) overr…
114 uint32_t CheckDecodeOptions(uint32_t index, const PixelDecodeOptions &opts);
/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.cpp89 PixelDecodeOptions plOpts; in PngDecoderFuncTest001()
/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()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp110 uint32_t PngDecoder::SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo &… in SetDecodeOptions()
1055 uint32_t PngDecoder::ConfigInfo(const PixelDecodeOptions &opts) in ConfigInfo()
1152 void PngDecoder::DealNinePatch(const PixelDecodeOptions &opts) in DealNinePatch()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp256 static int CalculateInSampleSize(const jpeg_decompress_struct &dInfo, const PixelDecodeOptions &opt… in CalculateInSampleSize()
307 uint32_t JpegDecoder::SetDecodeOptions(uint32_t index, const PixelDecodeOptions &opts, PlImageInfo … in SetDecodeOptions()
716 uint32_t JpegDecoder::StartDecompress(const PixelDecodeOptions &opts) in StartDecompress()

12