Home
last modified time | relevance | path

Searched refs:SetMethodProperties (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Common/
DMethodProps.h39 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder);
DMethodProps.cpp14 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder) in SetMethodProperties() function
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp90 RINOK(SetMethodProperties(methodFull, inSizeForReduce, encoderCommon)); in CreateMixerCoder()