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 …]
178 …atic uint32_t DecodeHdrMetadata(ImageHdrType hdrType, std::unique_ptr<AbsImageDecoder> &extDecoder, in DecodeHdrMetadata()192 static uint32_t DecodeHeifFragmentMetadata(std::unique_ptr<AbsImageDecoder> &extDecoder, in DecodeHeifFragmentMetadata()284 const std::string &format, std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateAuxiliaryPicture()332 AuxiliaryPictureType type, std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateHeifAuxiliaryPicture()359 std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateJpegAuxiliaryPicture()
47 auto extDecoder = static_cast<ExtDecoder*>((imageSource->mainDecoder_).get()); in ExtDecoderFuncTest001() local