Home
last modified time | relevance | path

Searched refs:PngDecoder (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp45 auto pngDecoder = std::make_shared<PngDecoder>();
65 auto pngDecoder = std::make_shared<PngDecoder>();
85 auto pngDecoder = std::make_shared<PngDecoder>();
103 auto pngDecoder = std::make_shared<PngDecoder>();
526 ImagePlugin::PngDecoder pngdcod;
691 ImagePlugin::PngDecoder::PngErrorExit, ImagePlugin::PngDecoder::PngWarning);
715 ImagePlugin::PngDecoder::PngErrorExit, ImagePlugin::PngDecoder::PngWarning);
900 PngDecoder png;
915 PngDecoder png;
930 PngDecoder png;
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp56 PngDecoder::PngDecoder() in PngDecoder() function in OHOS::ImagePlugin::PngDecoder
63 PngDecoder::~PngDecoder() in ~PngDecoder()
73 void PngDecoder::SetSource(InputDataStream &sourceStream) in SetSource()
155 bool PngDecoder::HasProperty(std::string key) in HasProperty()
436 void PngDecoder::Reset() in Reset()
628 bool PngDecoder::GetImageInfo(PngImageInfo &info) in GetImageInfo()
842 PngDecoder *decoder = static_cast<PngDecoder *>(png_get_progressive_ptr(pngPtr)); in GetAllRows()
856 PngDecoder *decoder = static_cast<PngDecoder *>(png_get_progressive_ptr(pngPtr)); in GetInterlacedRows()
1020 uint32_t PngDecoder::DecodeHeader() in DecodeHeader()
1116 bool PngDecoder::FinishOldDecompress() in FinishOldDecompress()
[all …]
H A Dplugin_export.cpp34 PLUGIN_EXPORT_REGISTER_CLASS(OHOS::ImagePlugin::PngDecoder)
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h48 class PngDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {
50 PngDecoder();
51 ~PngDecoder() override;
52 PngDecoder(const PngDecoder &) = delete;
53 PngDecoder &operator=(const PngDecoder &) = delete;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/
H A Dimage_png_plugin_fuzz.cpp42 void DoPrivateFun(PngDecoder* pngDecoder) in DoPrivateFun()
80 auto pngDecoder = static_cast<PngDecoder*>(imageSource->CreateDecoder(errorCode)); in PngDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/
H A Dpngplugin.pluginmeta8 "className":"OHOS::ImagePlugin::PngDecoder",
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin_export.cpp59 PLUGIN_EXPORT_REGISTER_CLASS(OHOS::ImagePlugin::PngDecoder)
H A Dplugin_metadata.h74 "className":"OHOS::ImagePlugin::PngDecoder",