Searched refs:OutputStreamType (Results 1 – 8 of 8) sorted by relevance
23 enum class OutputStreamType : int32_t { enum52 virtual OutputStreamType GetType() { return OutputStreamType::UNKNOWN; } in GetType()
54 ImagePlugin::OutputStreamType OstreamPackerStream::GetType() in GetType()56 return ImagePlugin::OutputStreamType::OSTREAM_PACKER; in GetType()
69 ImagePlugin::OutputStreamType BufferPackerStream::GetType() in GetType()71 return ImagePlugin::OutputStreamType::BUFFER_PACKER; in GetType()
117 ImagePlugin::OutputStreamType FilePackerStream::GetType() in GetType()119 return ImagePlugin::OutputStreamType::FILE_PACKER; in GetType()
32 ImagePlugin::OutputStreamType GetType() override;
33 ImagePlugin::OutputStreamType GetType() override;
43 ImagePlugin::OutputStreamType GetType() override;
2100 OutputStreamType outType = output_->GetType(); in AssembleOutputSharedBuffer()2102 if (outType != OutputStreamType::FILE_PACKER) { in AssembleOutputSharedBuffer()