/external/lzma/CPP/7zip/Compress/ |
D | Bcj2Coder.cpp | 84 _mainStream.SetStream(outStreams[0]); in CodeReal() 86 _callStream.SetStream(outStreams[1]); in CodeReal() 88 _jumpStream.SetStream(outStreams[2]); in CodeReal() 90 _rangeEncoder.SetStream(outStreams[3]); in CodeReal() 300 _mainInStream.SetStream(inStreams[0]); in CodeReal() 301 _callStream.SetStream(inStreams[1]); in CodeReal() 302 _jumpStream.SetStream(inStreams[2]); in CodeReal() 303 _rangeDecoder.SetStream(inStreams[3]); in CodeReal() 304 _outStream.SetStream(outStreams[0]); in CodeReal()
|
D | RangeCoder.h | 26 void SetStream(ISequentialOutStream *stream) { Stream.SetStream(stream); } in SetStream() function 126 void SetStream(ISequentialInStream *stream) { Stream.SetStream(stream); } in SetStream() function
|
/external/lzma/CPP/7zip/Common/ |
D | LimitedStreams.h | 19 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function 47 void SetStream(IInStream *stream) { _stream = stream; } in SetStream() function 113 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
D | OutBuffer.h | 43 void SetStream(ISequentialOutStream *stream);
|
D | InBuffer.cpp | 36 void CInBuffer::SetStream(ISequentialInStream *stream) in SetStream() function in CInBuffer
|
D | InBuffer.h | 41 void SetStream(ISequentialInStream *stream);
|
D | OutBuffer.cpp | 28 void COutBuffer::SetStream(ISequentialOutStream *stream) in SetStream() function in COutBuffer
|
D | StreamObjects.h | 102 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | InStreamWithCRC.h | 26 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function 54 void SetStream(IInStream *stream) { _stream = stream; } in SetStream() function
|
D | DummyOutStream.h | 16 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } in SetStream() function
|
D | OutStreamWithCRC.h | 23 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | IMatchFinder.cs | 9 void SetStream(System.IO.Stream inStream); in SetStream() method
|
D | LzBinTree.cs | 51 public new void SetStream(System.IO.Stream stream) { base.SetStream(stream); } in SetStream() method in SevenZip.Compression.LZ.BinTree
|
D | LzInWindow.cs | 81 public void SetStream(System.IO.Stream stream) { _stream = stream; } in SetStream() method in SevenZip.Compression.LZ.InWindow
|
/external/lzma/CS/7zip/Common/ |
D | OutBuffer.cs | 19 public void SetStream(System.IO.Stream stream) { m_Stream = stream; } in SetStream() method in SevenZip.Buffer.OutBuffer
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | OutWindow.java | 24 public void SetStream(java.io.OutputStream stream) throws IOException in SetStream() method in OutWindow
|
D | InWindow.java | 81 public void SetStream(java.io.InputStream stream) { _stream = stream; } in SetStream() method in InWindow
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
D | Decoder.java | 17 public final void SetStream(java.io.InputStream stream) in SetStream() method in Decoder
|
D | Encoder.java | 21 public void SetStream(java.io.OutputStream stream) in SetStream() method in Encoder
|
/external/chromium_org/content/common/gpu/media/ |
D | h264_parser_unittest.cc | 29 parser.SetStream(stream.data(), stream.length()); in TEST()
|
D | vaapi_h264_decoder.h | 94 void SetStream(uint8* ptr, size_t size, int32 input_id);
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zFolderInStream.cpp | 40 _inStreamWithHashSpec->SetStream(stream); in OpenStream()
|
D | 7zFolderOutStream.cpp | 46 _crcStreamSpec->SetStream(realOutStream); in OpenFile()
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Decoder.java | 204 m_RangeDecoder.SetStream(inStream); in Code() 205 m_OutWindow.SetStream(outStream); in Code()
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
D | RangeCoder.cs | 18 public void SetStream(System.IO.Stream stream) in SetStream() method in SevenZip.Compression.RangeCoder.Encoder
|