Home
last modified time | relevance | path

Searched defs:sourceStream (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/
H A Draw_stream.cpp27 RawStream::RawStream(InputDataStream &sourceStream) in RawStream()
H A Draw_decoder.cpp96 void RawDecoder::SetSource(InputDataStream &sourceStream) in SetSource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/mock/
H A Dmock_abs_image_decoder.h30 void SetSource(InputDataStream &sourceStream) {} in SetSource()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/
H A Dheif_decoder.cpp35 void HeifDecoder::SetSource(InputDataStream &sourceStream) in SetSource()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dbmp_decoder.cpp41 void BmpDecoder::SetSource(InputDataStream &sourceStream) in SetSource()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_decoder.cpp54 void WebpDecoder::SetSource(InputDataStream &sourceStream) in SetSource()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp73 void PngDecoder::SetSource(InputDataStream &sourceStream) in SetSource()
596 …oder::ProcessData(png_structp pngStructPtr, png_infop infoStructPtr, InputDataStream *sourceStream, in ProcessData()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp235 void SvgDecoder::SetSource(InputDataStream &sourceStream) in SetSource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Draw_decoder_test.cpp767 MockInputDataStream sourceStream; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp72 void GifDecoder::SetSource(InputDataStream &sourceStream) in SetSource()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp179 void JpegDecoder::SetSource(InputDataStream &sourceStream) in SetSource()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp386 void ExtDecoder::SetSource(InputDataStream &sourceStream) in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3751 bool GetStreamData(std::unique_ptr<SourceStream>& sourceStream, uint8_t* streamBuffer, uint32_t str… in GetStreamData()