Searched defs:SetStream (Results 1 - 19 of 19) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DDummyOutStream.h16 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } function in class:CDummyOutStream
H A DInStreamWithCRC.h26 void SetStream(ISequentialInStream *stream) { _stream = stream; } function in class:CSequentialInStreamWithCRC
54 void SetStream(IInStream *stream) { _stream = stream; } function in class:CInStreamWithCRC
H A DOutStreamWithCRC.h23 void SetStream(ISequentialOutStream *stream) { _stream = stream; } function in class:COutStreamWithCRC
/external/lzma/CPP/7zip/Common/
H A DInBuffer.cpp36 void CInBuffer::SetStream(ISequentialInStream *stream) function in class:CInBuffer
H A DOutBuffer.cpp28 void COutBuffer::SetStream(ISequentialOutStream *stream) function in class:COutBuffer
H A DLimitedStreams.h19 void SetStream(ISequentialInStream *stream) { _stream = stream; } function in class:CLimitedSequentialInStream
47 void SetStream(IInStream *stream) { _stream = stream; } function in class:CLimitedInStream
113 void SetStream(ISequentialOutStream *stream) { _stream = stream; } function in class:CLimitedSequentialOutStream
H A DStreamObjects.h102 void SetStream(ISequentialOutStream *stream) { _stream = stream; } function in class:CSequentialOutStreamSizeCount
/external/lzma/CS/7zip/Common/
H A DOutBuffer.cs19 public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method in class:SevenZip.Buffer.OutBuffer
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs9 void SetStream(System.IO.Stream inStream); method in interface:SevenZip.Compression.LZ.IInWindowStream
H A DLzInWindow.cs81 public void SetStream(System.IO.Stream stream) { _stream = stream; } method in class:SevenZip.Compression.LZ.InWindow
H A DLzBinTree.cs51 public new void SetStream(System.IO.Stream stream) { base.SetStream(stream); } method in class:SevenZip.Compression.LZ.BinTree
/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java24 public void SetStream(java.io.OutputStream stream) throws IOException method in class:OutWindow
H A DInWindow.java81 public void SetStream(java.io.InputStream stream) { _stream = stream; } method in class:InWindow
/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DDecoder.java17 public final void SetStream(java.io.InputStream stream) method in class:Decoder
H A DEncoder.java21 public void SetStream(java.io.OutputStream stream) method in class:Encoder
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs18 public void SetStream(System.IO.Stream stream) method in class:SevenZip.Compression.RangeCoder.Encoder
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h26 void SetStream(ISequentialOutStream *stream) { Stream.SetStream(stream); } function in class:NCompress::NRangeCoder::CEncoder
126 void SetStream(ISequentialInStream *stream) { Stream.SetStream(stream); } function in class:NCompress::NRangeCoder::CDecoder
/external/chromium_org/content/common/gpu/media/
H A Dh264_parser.cc121 void H264Parser::SetStream(const uint8* stream, off_t stream_size) { function in class:content::H264Parser
H A Dvaapi_h264_decoder.cc1521 void VaapiH264Decoder::SetStream(uint8* ptr, size_t size, int32 input_id) { function in class:content::VaapiH264Decoder
1528 parser_.SetStream(ptr, size);

Completed in 159 milliseconds