Home
last modified time | relevance | path

Searched refs:SetCoderPropertiesOpt (Results 1 – 8 of 8) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
DLzma2Encoder.h34 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DXzEncoder.h38 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzmaEncoder.h35 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzma2Encoder.cpp78 STDMETHODIMP CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, in SetCoderPropertiesOpt() function in NCompress::NLzma2::CEncoder
DXzEncoder.cpp203 STDMETHODIMP CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, in SetCoderPropertiesOpt() function in NCompress::NXz::CEncoder
DLzmaEncoder.cpp183 STDMETHODIMP CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, in SetCoderPropertiesOpt() function in NCompress::NLzma::CEncoder
/third_party/lzma/CPP/7zip/
DICoder.h141 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)…
/third_party/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp394 RINOK(optProps->SetCoderPropertiesOpt(&propID, &prop, 1)); in Encode()