Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.h51 HRESULT SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const;
DMethodProps.cpp195 HRESULT CProps::SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const in SetCoderProps() function in CProps
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp95 RINOK(m.SetCoderProps(scp, NULL)); in SetMethods()
DBench.cpp895 RINOK(method.SetCoderProps(scp, &reduceSize)); in Init()
1076 RINOK(_method.SetCoderProps(scp, &reduceSize)); in Decode()
2193 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()
2243 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp94 return props.SetCoderProps(setCoderProperties, dataSizeReduce); in SetCoderProps2()