Home
last modified time | relevance | path

Searched refs:methodFull (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp70 const CMethodFull &methodFull = _options.Methods[i]; in CreateMixerCoder() local
72 encodingInfo.MethodID = methodFull.Id; in CreateMixerCoder()
79 methodFull.Id, encoder, encoder2, true)); in CreateMixerCoder()
97 RINOK(SetCoderProps2(methodFull, inSizeForReduce, encoderCommon)); in CreateMixerCoder()
341 const CMethodFull &methodFull = _options.Methods[i]; in EncoderConstr() local
343 coderStreamsInfo.NumInStreams = methodFull.NumOutStreams; in EncoderConstr()
344 coderStreamsInfo.NumOutStreams = methodFull.NumInStreams; in EncoderConstr()
449 const CMethodFull &methodFull = _options.Methods[i]; in EncoderConstr() local
450 _decompressionMethods.Add(methodFull.Id); in EncoderConstr()
D7zHandlerOut.cpp63 CMethodFull methodFull; in SetHeaderMethod() local
64 RINOK(PropsMethod_To_FullMethod(methodFull, m)); in SetHeaderMethod()
65 headerMethod.Methods.Add(methodFull); in SetHeaderMethod()
108 CMethodFull methodFull; in SetMainMethod() local
109 RINOK(PropsMethod_To_FullMethod(methodFull, oneMethodInfo)); in SetMainMethod()
110 methodMode.Methods.Add(methodFull); in SetMainMethod()
112 if (methodFull.Id != k_Copy) in SetMainMethod()
119 switch (methodFull.Id) in SetMainMethod()