Home
last modified time | relevance | path

Searched refs:InCoder (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h24 UInt32 InCoder; member
D7zUpdate.cpp399 bind.InCoder = 1; in MakeExeMethod()
403 bind.InCoder = 2; in MakeExeMethod()
407 bind.InCoder = 3; in MakeExeMethod()
419 bind.InCoder = 1; in MakeExeMethod()
D7zHandlerOut.cpp446 RINOK(GetBindInfoPart(srcString, bind.InCoder, bind.InStream)); in GetBindInfo()
D7zEncode.cpp352 bindPair.InIndex = _bindInfo.GetCoderInStreamIndex(bind.InCoder) + bind.InStream; in EncoderConstr()