Searched defs:extDecoder (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | ext_decoder_test.cpp | 59 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
in HWTEST_F() local 76 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>();
in HWTEST_F() local 95 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 114 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 133 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 149 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 168 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 197 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 219 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 251 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 274 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 304 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 321 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 345 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 384 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 409 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 434 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 463 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 492 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 516 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 534 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 557 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 583 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 601 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 622 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 826 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 848 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 880 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 917 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 958 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local 993 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); HWTEST_F() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/ |
H A D | image_plugin_fuzz.cpp | 56 auto extDecoder = static_cast<ExtDecoder*>((imageSource->mainDecoder_).get()); in ExtDecoderFuncTest001() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
H A D | auxiliary_generator.cpp | 178 static uint32_t DecodeHdrMetadata(ImageHdrType hdrType, std::unique_ptr<AbsImageDecoder> &extDecoder, in DecodeHdrMetadata() argument 192 static uint32_t DecodeHeifFragmentMetadata(std::unique_ptr<AbsImageDecoder> &extDecoder, in DecodeHeifFragmentMetadata() argument 290 GenerateAuxiliaryPicture(ImageHdrType hdrType, AuxiliaryPictureType type, const std::string &format, std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) GenerateAuxiliaryPicture() argument 334 GenerateHeifAuxiliaryPicture(ImageHdrType hdrType, AuxiliaryPictureType type, std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) GenerateHeifAuxiliaryPicture() argument 360 GenerateJpegAuxiliaryPicture( const MainPictureInfo &mainInfo, AuxiliaryPictureType type, std::unique_ptr<InputDataStream> &auxStream, std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) GenerateJpegAuxiliaryPicture() argument [all...] |
Completed in 3 milliseconds