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

/external/lzma/CPP/7zip/Common/
H A DRegisterCodec.h15 UInt32 NumInStreams; member in struct:CCodecInfo
H A DCreateCoder.h18 UInt32 NumInStreams; member in struct:CCodecInfoEx
22 bool IsSimpleCodec() const { return NumOutStreams == 1 && NumInStreams == 1; }
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h17 UInt32 NumInStreams; member in struct:NArchive::N7z::CMethodFull
19 bool IsSimpleCoder() const { return (NumInStreams == 1) && (NumOutStreams == 1); }
H A D7zItem.h26 CNum NumInStreams; member in struct:NArchive::N7z::CCoderInfo
28 bool IsSimpleCoder() const { return (NumInStreams == 1) && (NumOutStreams == 1); }
/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.h21 UInt32 NumInStreams; member in struct:NCoderMixer::CCoderStreamsInfo
58 numInStreams += coderStreamsInfo.NumInStreams;
82 streamIndex += Coders[i].NumInStreams;
100 UInt32 curSize = Coders[coderIndex].NumInStreams;
146 UInt32 NumInStreams; member in struct:NCoderMixer::CCoderInfo2
/external/chromium_org/third_party/lzma_sdk/
H A D7z.h48 UInt32 NumInStreams; member in struct:__anon13414
/external/lzma/C/
H A D7z.h48 UInt32 NumInStreams; member in struct:__anon26683

Completed in 155 milliseconds