Searched +defs:is +defs:stream (Results 1 – 2 of 2) sorted by relevance
65 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(std::unique_ptr<std::istream> is, in CreateImageSource()76 std::unique_ptr<OHOS::Media::SourceStream> stream = nullptr; in CreateImageSource() local89 std::unique_ptr<OHOS::Media::SourceStream> stream = nullptr; in CreateImageSource() local210 ImageSource::ImageSource(std::unique_ptr<SourceStream> &&stream, const SourceOptions &opts) in ImageSource()
375 …ptr<ImageSource> ImageSource::DoImageSourceCreate(std::function<unique_ptr<SourceStream>(void)> st… in DoImageSourceCreate()400 unique_ptr<ImageSource> ImageSource::CreateImageSource(unique_ptr<istream> is, const SourceOptions … in CreateImageSource()407 auto stream = IstreamSourceStream::CreateSourceStream(move(is)); in CreateImageSource() local1892 ImageSource::ImageSource(unique_ptr<SourceStream> &&stream, const SourceOptions &opts) in ImageSource()4488 static std::vector<SingleJpegImage> ParsingJpegAuxiliaryPictures(uint8_t *stream, uint32_t streamSi… in ParsingJpegAuxiliaryPictures()