Searched refs:SetCoderProperties (Results 1 - 19 of 19) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DLzma2Encoder.h27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
H A DLzmaEncoder.h28 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
H A DPpmdEncoder.h49 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
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/7zip/Crypto/
H A DMyAes.h36 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
H A DMyAes.cpp96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) function in class:NCrypto::CAesCbcCoder
/external/lzma/CS/7zip/
H A DICoder.cs145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); method in interface:SevenZip.ISetCoderProperties
/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);
H A DFilterCoder.h114 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
H A DMethodProps.cpp169 return setCoderProperties->SetCoderProperties(_propIDs, _props, _numProps);
/external/lzma/CPP/7zip/
H A DICoder.h55 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PURE;
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs296 encoder.SetCoderProperties(propIDs, properties);
H A DLzmaBench.cs268 encoder.SetCoderProperties(propIDs, properties);
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp483 if (encoderSpec->SetCoderProperties(propIDs, props, numProps) != S_OK)
/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 1023 milliseconds