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

/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2MT.cpp145 UInt32 outCoderIndex, outCoderStreamIndex; local
147 _bindInfo.FindOutStream(bindPair.OutIndex, outCoderIndex, outCoderStreamIndex);
151 &_coders[outCoderIndex].OutStreams[outCoderStreamIndex]);
155 _coders[outCoderIndex].QueryInterface(IID_ICompressSetBufSize, (void **)&outSetSize);
173 UInt32 outCoderIndex, outCoderStreamIndex; local
174 _bindInfo.FindOutStream(_bindInfo.OutStreams[i], outCoderIndex, outCoderStreamIndex);
175 _coders[outCoderIndex].OutStreams[outCoderStreamIndex] = outStreams[i];

Completed in 916 milliseconds