Home
last modified time | relevance | path

Searched refs:OutputStreamType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Doutput_data_stream.h23 enum class OutputStreamType : int32_t { enum
52 virtual OutputStreamType GetType() { return OutputStreamType::UNKNOWN; } in GetType()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dostream_packer_stream.cpp54 ImagePlugin::OutputStreamType OstreamPackerStream::GetType() in GetType()
56 return ImagePlugin::OutputStreamType::OSTREAM_PACKER; in GetType()
H A Dbuffer_packer_stream.cpp69 ImagePlugin::OutputStreamType BufferPackerStream::GetType() in GetType()
71 return ImagePlugin::OutputStreamType::BUFFER_PACKER; in GetType()
H A Dfile_packer_stream.cpp117 ImagePlugin::OutputStreamType FilePackerStream::GetType() in GetType()
119 return ImagePlugin::OutputStreamType::FILE_PACKER; in GetType()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/include/
H A Dostream_packer_stream.h32 ImagePlugin::OutputStreamType GetType() override;
H A Dfile_packer_stream.h33 ImagePlugin::OutputStreamType GetType() override;
H A Dbuffer_packer_stream.h43 ImagePlugin::OutputStreamType GetType() override;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp2100 OutputStreamType outType = output_->GetType(); in AssembleOutputSharedBuffer()
2102 if (outType != OutputStreamType::FILE_PACKER) { in AssembleOutputSharedBuffer()