Searched refs:SetLzma2Prop (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Encoder.cpp | 44 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/ |
D | XzHandler.cpp | 31 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()
|