Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp59 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
76 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
95 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
114 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
133 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
149 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
168 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
197 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
219 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
251 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp374 ExtDecoder::ExtDecoder() : codec_(nullptr), frameCount_(ZERO) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
378 ExtDecoder::~ExtDecoder() in HeapMemAlloc()
395 void ExtDecoder::Reset() in HeapMemAlloc()
836 bool ExtDecoder::ResetCodec() in HeapMemAlloc()
840 return ExtDecoder::CheckCodec(); in HeapMemAlloc()
1294 ExtDecoder::FrameCacheInfo ExtDecoder::InitFrameCacheInfo(const uint64_t rowStride, SkImageInfo inf… in HeapMemAlloc()
1310 bool ExtDecoder::FrameCacheInfoIsEqual(ExtDecoder::FrameCacheInfo& src, ExtDecoder::FrameCacheInfo&… in HeapMemAlloc()
1395 bool ExtDecoder::CheckCodec() in HeapMemAlloc()
1418 bool ExtDecoder::DecodeHeader() in HeapMemAlloc()
1672 bool ExtDecoder::IsSupportICCProfile() in HeapMemAlloc()
[all …]
H A Dplugin_export.cpp35 PLUGIN_EXPORT_REGISTER_CLASS(OHOS::ImagePlugin::ExtDecoder)
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h36 class ExtDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase, NoCopyab…
38 ExtDecoder();
39 ~ExtDecoder() override;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/
H A Dextplugin.pluginmeta8 "className":"OHOS::ImagePlugin::ExtDecoder",
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin_export.cpp71 PLUGIN_EXPORT_REGISTER_CLASS(OHOS::ImagePlugin::ExtDecoder)
H A Dplugin_metadata.h253 "className":"OHOS::ImagePlugin::ExtDecoder",
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp47 auto extDecoder = static_cast<ExtDecoder*>((imageSource->mainDecoder_).get()); in ExtDecoderFuncTest001()