Searched defs:SetCoderProperties (Results 1 - 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/Crypto/
H A DMyAes.cpp96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) function in class:NCrypto::CAesCbcCoder
/external/lzma/CPP/7zip/Compress/
H A DDeltaFilter.cpp30 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 DLzma2Encoder.cpp58 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function in class:NCompress::NLzma2::CEncoder
H A DLzmaEncoder.cpp114 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function in class:NCompress::NLzma::CEncoder
H A DPpmdEncoder.cpp60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) function in class:NCompress::NPpmd::CEncoder
/external/lzma/CPP/Common/
H A DCrcReg.cpp46 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 DFilterCoder.cpp238 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function in class:CFilterCoder
241 return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties);
/external/lzma/CS/7zip/
H A DICoder.cs145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); method in interface:SevenZip.ISetCoderProperties
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1368 public void SetCoderProperties(CoderPropID[] propIDs, object[] properties) method in class:SevenZip.Compression.LZMA.Encoder

Completed in 1159 milliseconds