Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DCrcReg.cpp46 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
90 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in CCrcHasher
/external/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UIn… in SetCoderProperties() function in CDeltaEncoder
DLzma2Encoder.h27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzmaEncoder.h28 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DPpmdEncoder.h49 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzma2Encoder.cpp58 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NLzma2::CEncoder
DPpmdEncoder.cpp60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in SetCoderProperties() function in NCompress::NPpmd::CEncoder
DLzmaEncoder.cpp114 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NLzma::CEncoder
/external/lzma/CS/7zip/
DICoder.cs145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); in SetCoderProperties() method
/external/lzma/CPP/7zip/Crypto/
DMyAes.h36 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DMyAes.cpp96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps,… in SetCoderProperties() function in NCrypto::CAesCbcCoder
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp238 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in CFilterCoder
241 return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties); in SetCoderProperties()
DFilterCoder.h114 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
DMethodProps.cpp169 return setCoderProperties->SetCoderProperties(_propIDs, _props, _numProps); in SetProps()
/external/lzma/CPP/7zip/
DICoder.h55 …STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PU…
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs296 encoder.SetCoderProperties(propIDs, properties); in Main2()
DLzmaBench.cs268 encoder.SetCoderProperties(propIDs, properties); in LzmaBenchmark()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp483 if (encoderSpec->SetCoderProperties(propIDs, props, numProps) != S_OK) in main2()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1368 public void SetCoderProperties(CoderPropID[] propIDs, object[] properties) in SetCoderProperties() method in SevenZip.Compression.LZMA.Encoder