Home
last modified time | relevance | path

Searched defs:extDecoder (Results 1 – 3 of 3) 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>(); variable
76 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
95 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
114 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
133 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
149 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
168 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
197 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
219 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
251 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp243 …atic uint32_t DecodeHdrMetadata(ImageHdrType hdrType, std::unique_ptr<AbsImageDecoder> &extDecoder, in DecodeHdrMetadata()
257 static uint32_t DecodeHeifFragmentMetadata(std::unique_ptr<AbsImageDecoder> &extDecoder, in DecodeHeifFragmentMetadata()
350 std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateAuxiliaryPicture()
398 AuxiliaryPictureType type, std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateHeifAuxiliaryPicture()
425 std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateJpegAuxiliaryPicture()
/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() local