Searched defs:streamIndex (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.h80 UInt32 streamIndex = 0; local
82 streamIndex += Coders[i].NumInStreams;
83 return streamIndex;
88 UInt32 streamIndex = 0; local
90 streamIndex += Coders[i].NumOutStreams;
91 return streamIndex;
95 void FindInStream(UInt32 streamIndex, UInt32 &coderIndex, argument
101 if (streamIndex < curSize)
103 coderStreamIndex = streamIndex;
106 streamIndex
110 FindOutStream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const argument
[all...]
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp268 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _inBufSizes[streamIndex] = size; return S_OK; } argument

Completed in 157 milliseconds