Home
last modified time | relevance | path

Searched refs:WebpDecoder (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dwebp_decoder_test.cpp41 auto webpDecoder = std::make_shared<WebpDecoder>();
61 auto webpDecoder = std::make_shared<WebpDecoder>();
81 auto webpDecoder = std::make_shared<WebpDecoder>();
99 auto webpDecoder = std::make_shared<WebpDecoder>();
118 auto webpDecoder = std::make_shared<WebpDecoder>();
138 auto webpDecoder = std::make_shared<WebpDecoder>();
158 auto webpDecoder = std::make_shared<WebpDecoder>();
179 auto webpDecoder = std::make_shared<WebpDecoder>();
200 auto webpDecoder = std::make_shared<WebpDecoder>();
221 auto webpDecoder = std::make_shared<WebpDecoder>();
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_decoder.cpp46 WebpDecoder::WebpDecoder() in WebpDecoder() function in OHOS::ImagePlugin::WebpDecoder
49 WebpDecoder::~WebpDecoder() in ~WebpDecoder()
54 void WebpDecoder::SetSource(InputDataStream &sourceStream) in SetSource()
60 uint32_t WebpDecoder::GetImageSize(uint32_t index, Size &size) in GetImageSize()
125 uint32_t WebpDecoder::Decode(uint32_t index, DecodeContext &context) in Decode()
180 uint32_t WebpDecoder::DecodeHeader() in DecodeHeader()
196 uint32_t WebpDecoder::ReadIncrementalHead() in ReadIncrementalHead()
233 bool WebpDecoder::IsDataEnough() in IsDataEnough()
270 void WebpDecoder::FinishOldDecompress() in FinishOldDecompress()
278 uint32_t WebpDecoder::DoCommonDecode(DecodeContext &context) in DoCommonDecode()
[all …]
H A Dplugin_export.cpp35 PLUGIN_EXPORT_REGISTER_CLASS(OHOS::ImagePlugin::WebpDecoder)
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H A Dwebp_decoder.h40 class WebpDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {
42 WebpDecoder();
43 ~WebpDecoder() override;
59 DISALLOW_COPY_AND_MOVE(WebpDecoder);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/
H A Dwebpplugin.pluginmeta8 "className":"OHOS::ImagePlugin::WebpDecoder",
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin_export.cpp63 PLUGIN_EXPORT_REGISTER_CLASS(OHOS::ImagePlugin::WebpDecoder)
H A Dplugin_metadata.h155 "className":"OHOS::ImagePlugin::WebpDecoder",