Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop() function
66 RINOK(SetLzma2Prop(propIDs[i], coderProps[i], lzma2Props)); in SetCoderProperties()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp31 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props);
863 RINOK(NCompress::NLzma2::SetLzma2Prop(NCoderPropID::kReduceSize, prop, lzma2Props)); in UpdateItems()
878 RINOK(NCompress::NLzma2::SetLzma2Prop(prop.Id, prop.Value, lzma2Props)); in UpdateItems()