Home
last modified time | relevance | path

Searched defs:extDecoder (Results 1 – 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
Dext_decoder_test.cpp62 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
79 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
98 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
117 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
136 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
152 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
181 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
213 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
236 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
266 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
Dauxiliary_generator.cpp244 …atic uint32_t DecodeHdrMetadata(ImageHdrType hdrType, std::unique_ptr<AbsImageDecoder> &extDecoder, in DecodeHdrMetadata()
262 static uint32_t DecodeHeifFragmentMetadata(std::unique_ptr<AbsImageDecoder> &extDecoder, in DecodeHeifFragmentMetadata()
355 std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateAuxiliaryPicture()
405 AuxiliaryPictureType type, std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateHeifAuxiliaryPicture()
432 std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateJpegAuxiliaryPicture()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
Dimage_plugin_fuzz.cpp85 auto extDecoder = static_cast<ExtDecoder*>((imageSource->mainDecoder_).get()); in ExtDecoderFuncTest001() local
180 auto extDecoder = static_cast<ExtDecoder*>((imageSource->mainDecoder_).get()); in ExtDecoderRegionFuncTest001() local