Searched refs:SetCoderProperties (Results 1 - 21 of 21) 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.h50 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
H A DDeltaFilter.cpp38 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
54 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) function in class:NCompress::NDelta::CEncoder
H A DBcj2Coder.h51 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
H A DLzma2Encoder.cpp63 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function in class:NCompress::NLzma2::CEncoder
H A DLzmaEncoder.cpp105 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function in class:NCompress::NLzma::CEncoder
H A DPpmdEncoder.cpp56 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) function in class:NCompress::NPpmd::CEncoder
H A DBcj2Coder.cpp67 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) function in class:NCompress::NBcj2::CEncoder
/external/lzma/CPP/7zip/Crypto/
H A DMyAes.h40 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.cpp39 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
66 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) function in class:CCrcHasher
/external/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp399 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function in class:CFilterCoder
401 { return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties); }
H A DFilterCoder.h213 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
H A DMethodProps.cpp182 return setCoderProperties->SetCoderProperties(_propIDs, _props, _numProps);
/external/lzma/CPP/7zip/
H A DICoder.h128 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.cpp677 HRESULT res = encoderSpec->SetCoderProperties(propIDs, props, numProps);
/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 357 milliseconds