Searched defs:extDecoder (Results 1 – 3 of 3) sorted by relevance
59 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable76 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable95 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable114 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable133 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable149 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable168 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable197 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable219 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable251 std::shared_ptr<ExtDecoder> extDecoder = std::make_shared<ExtDecoder>(); variable[all …]
243 …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()
47 auto extDecoder = static_cast<ExtDecoder*>((imageSource->mainDecoder_).get()); in ExtDecoderFuncTest001() local