Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp181 static void SetMethodProp(COneMethodInfo &m, PROPID propID, const NCOM::CPropVariant &value) in SetMethodProp() function
223 SetMethodProp(oneMethodInfo, NCoderPropID::kDictionarySize, dicSize); in SetCompressionMethod2()
224 SetMethodProp(oneMethodInfo, NCoderPropID::kAlgorithm, algo); in SetCompressionMethod2()
225 SetMethodProp(oneMethodInfo, NCoderPropID::kNumFastBytes, fastBytes); in SetCompressionMethod2()
226 SetMethodProp(oneMethodInfo, NCoderPropID::kMatchFinder, matchFinder); in SetCompressionMethod2()
228 SetMethodProp(oneMethodInfo, NCoderPropID::kNumThreads, numThreads); in SetCompressionMethod2()
247 SetMethodProp(oneMethodInfo, NCoderPropID::kAlgorithm, algo); in SetCompressionMethod2()
248 SetMethodProp(oneMethodInfo, NCoderPropID::kNumFastBytes, fastBytes); in SetCompressionMethod2()
249 SetMethodProp(oneMethodInfo, NCoderPropID::kNumPasses, numPasses); in SetCompressionMethod2()
263 SetMethodProp(oneMethodInfo, NCoderPropID::kNumPasses, numPasses); in SetCompressionMethod2()
[all …]