Lines Matching full:propid
78 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep)
80 if (propID == NCoderPropID::kMatchFinder)
86 if (propID > NCoderPropID::kReduceSize)
88 if (propID == NCoderPropID::kReduceSize)
97 switch (propID)
114 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
123 PROPID propID = propIDs[i];
124 switch (propID)
129 RINOK(SetLzmaProp(propID, prop, props));