Searched refs:GifDecoder (Results 1 – 3 of 3) sorted by relevance
40 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 …]
64 GifDecoder::GifDecoder() in GifDecoder() function in OHOS::ImagePlugin::GifDecoder67 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 …]
37 class GifDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {39 GifDecoder();40 ~GifDecoder() override;59 DISALLOW_COPY_AND_MOVE(GifDecoder);