Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.h56 HRESULT SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const;
DMethodProps.cpp215 HRESULT CProps::SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const in SetCoderProps() function in CProps
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp91 RINOK(m.SetCoderProps(scp, NULL)); in SetMethods()
DBench.cpp892 RINOK(method.SetCoderProps(scp, &reduceSize)); in Init()
1073 RINOK(_method.SetCoderProps(scp, &reduceSize)); in Decode()
2276 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()
2326 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp94 return props.SetCoderProps(setCoderProperties, dataSizeReduce); in SetCoderProps2()