Searched refs:ExtDecoder (Results 1 – 8 of 8) sorted by relevance
59 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 …]
374 ExtDecoder::ExtDecoder() : codec_(nullptr), frameCount_(ZERO) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder378 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 …]
35 PLUGIN_EXPORT_REGISTER_CLASS(OHOS::ImagePlugin::ExtDecoder)
36 class ExtDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase, NoCopyab…38 ExtDecoder();39 ~ExtDecoder() override;
8 "className":"OHOS::ImagePlugin::ExtDecoder",
71 PLUGIN_EXPORT_REGISTER_CLASS(OHOS::ImagePlugin::ExtDecoder)
253 "className":"OHOS::ImagePlugin::ExtDecoder",
47 auto extDecoder = static_cast<ExtDecoder*>((imageSource->mainDecoder_).get()); in ExtDecoderFuncTest001()