Home
last modified time | relevance | path

Searched +defs:is +defs:stream (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp65 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() local
89 std::unique_ptr<OHOS::Media::SourceStream> stream = nullptr; in CreateImageSource() local
210 ImageSource::ImageSource(std::unique_ptr<SourceStream> &&stream, const SourceOptions &opts) in ImageSource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp375 …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() local
1892 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()