Home
last modified time | relevance | path

Searched refs:GifDecoder (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgif_decoder_test.cpp40 auto gifDecoder = std::make_shared<GifDecoder>();
60 auto gifDecoder = std::make_shared<GifDecoder>();
78 auto gifDecoder = std::make_shared<GifDecoder>();
97 auto gifDecoder = std::make_shared<GifDecoder>();
117 auto gifDecoder = std::make_shared<GifDecoder>();
137 auto gifDecoder = std::make_shared<GifDecoder>();
158 auto gifDecoder = std::make_shared<GifDecoder>();
180 auto gifDecoder = std::make_shared<GifDecoder>();
200 auto gifDecoder = std::make_shared<GifDecoder>();
220 auto gifDecoder = std::make_shared<GifDecoder>();
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp64 GifDecoder::GifDecoder() in GifDecoder() function in OHOS::ImagePlugin::GifDecoder
67 GifDecoder::~GifDecoder() in ~GifDecoder()
79 uint32_t GifDecoder::GetTopLevelImageNum(uint32_t &num) in GetTopLevelImageNum()
195 void GifDecoder::Reset() in Reset()
209 uint32_t GifDecoder::CreateGifFileTypeIfNotExist() in CreateGifFileTypeIfNotExist()
254 uint32_t GifDecoder::CheckIndex(uint32_t index) in CheckIndex()
346 uint32_t GifDecoder::AllocateLocalPixelMapBuffer() in AllocateLocalPixelMapBuffer()
387 void GifDecoder::FreeLocalPixelMapBuffer() in FreeLocalPixelMapBuffer()
506 void GifDecoder::ParseBgColor() in ParseBgColor()
816 uint32_t GifDecoder::ParseFrameDetail() in ParseFrameDetail()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_decoder.h37 class GifDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {
39 GifDecoder();
40 ~GifDecoder() override;
59 DISALLOW_COPY_AND_MOVE(GifDecoder);