Searched defs:SetCoderProperties (Results 1 - 9 of 9) sorted by relevance
/external/lzma/CPP/7zip/Crypto/ |
H A D | MyAes.cpp | 96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
function in class:NCrypto::CAesCbcCoder
|
/external/lzma/CPP/7zip/Compress/ |
H A D | DeltaFilter.cpp | 30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
function in class:CDeltaEncoder
|
H A D | Lzma2Encoder.cpp | 58 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
function in class:NCompress::NLzma2::CEncoder
|
H A D | LzmaEncoder.cpp | 114 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
function in class:NCompress::NLzma::CEncoder
|
H A D | PpmdEncoder.cpp | 60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
function in class:NCompress::NPpmd::CEncoder
|
/external/lzma/CPP/Common/ |
H A D | CrcReg.cpp | 46 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
90 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs,
function in class:CCrcHasher
|
/external/lzma/CPP/7zip/Common/ |
H A D | FilterCoder.cpp | 238 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs,
function in class:CFilterCoder 241 return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties);
|
/external/lzma/CS/7zip/ |
H A D | ICoder.cs | 145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties);
method in interface:SevenZip.ISetCoderProperties
|
/external/lzma/CS/7zip/Compress/LZMA/ |
H A D | LzmaEncoder.cs | 1368 public void SetCoderProperties(CoderPropID[] propIDs, object[] properties)
method in class:SevenZip.Compression.LZMA.Encoder
|
Completed in 1159 milliseconds