Searched refs:methodFull (Results 1 – 2 of 2) sorted by relevance
70 const CMethodFull &methodFull = _options.Methods[i]; in CreateMixerCoder() local72 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() local343 coderStreamsInfo.NumInStreams = methodFull.NumOutStreams; in EncoderConstr()344 coderStreamsInfo.NumOutStreams = methodFull.NumInStreams; in EncoderConstr()449 const CMethodFull &methodFull = _options.Methods[i]; in EncoderConstr() local450 _decompressionMethods.Add(methodFull.Id); in EncoderConstr()
63 CMethodFull methodFull; in SetHeaderMethod() local64 RINOK(PropsMethod_To_FullMethod(methodFull, m)); in SetHeaderMethod()65 headerMethod.Methods.Add(methodFull); in SetHeaderMethod()108 CMethodFull methodFull; in SetMainMethod() local109 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()