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

/external/lzma/CPP/7zip/Compress/
H A DLzma2Encoder.cpp44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) function in namespace:NCompress::NLzma2
66 RINOK(SetLzma2Prop(propIDs[i], coderProps[i], lzma2Props));
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp30 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props);
655 RINOK(NCompress::NLzma2::SetLzma2Prop(prop.Id, prop.Value, lzma2Props));

Completed in 84 milliseconds