Home
last modified time | relevance | path

Searched refs:mainDecoder_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp524 if (mainDecoder_ != nullptr && mainDecoder_->HasProperty(SKIA_DECODER)) { in Reset()
530 mainDecoder_ = nullptr; in Reset()
1135 if (IsExtendedCodec(mainDecoder_.get())) { in CreatePixelMap()
1378 if (mainDecoder_ == nullptr) { in DetachIncrementalDecoding()
2023 if (mainDecoder_ != nullptr) { in GetFormatExtended()
2067 mainDecoder_ = std::move(decoderPtr); in GetFormatExtended()
2068 if (mainDecoder_ == nullptr) { in GetFormatExtended()
2281 if (mainDecoder_ == nullptr) { in DecodeImageInfo()
2312 if (mainDecoder_ != nullptr) { in InitMainDecoder()
2470 if (mainDecoder_ != nullptr) { in AddIncrementalContext()
[all …]
/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()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1444 …imageSource->mainDecoder_ = std::unique_ptr<ImagePlugin::AbsImageDecoder>(imageSource->CreateDecod…
1447 imageSource->mainDecoder_ = nullptr;
2015 imageSource->mainDecoder_ = std::make_unique<ImagePlugin::MockAbsImageDecoder>();
2017 ASSERT_EQ(imageSource->mainDecoder_, nullptr);
2076 imageSource->mainDecoder_ = nullptr;
2084 imageSource->mainDecoder_ = std::make_unique<ImagePlugin::MockAbsImageDecoder>();
2109 imageSource->mainDecoder_ = std::make_unique<ImagePlugin::MockAbsImageDecoder>();
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h386 std::unique_ptr<ImagePlugin::AbsImageDecoder> mainDecoder_; variable