Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DCrcReg.cpp39 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
66 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, U… in SetCoderProperties() function in CCrcHasher
/external/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp38 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
54 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 n… in SetCoderProperties() function in NCompress::NDelta::CEncoder
DLzma2Encoder.h32 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DXzEncoder.h37 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzmaEncoder.h33 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DPpmdEncoder.h50 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DBcj2Coder.h51 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzma2Encoder.cpp60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NLzma2::CEncoder
DPpmdEncoder.cpp56 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in SetCoderProperties() function in NCompress::NPpmd::CEncoder
DLzmaEncoder.cpp110 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NLzma::CEncoder
DXzEncoder.cpp188 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NXz::CEncoder
DBcj2Coder.cpp67 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 n… in SetCoderProperties() function in NCompress::NBcj2::CEncoder
/external/lzma/CS/7zip/
DICoder.cs145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); in SetCoderProperties() method
/external/lzma/CPP/7zip/Crypto/
DMyAes.h42 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.cpp399 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in CFilterCoder
401 { return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties); } in SetCoderProperties()
DFilterCoder.h222 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
DMethodProps.cpp202 return setCoderProperties->SetCoderProperties(_propIDs, _props, _numProps); in SetProps()
/external/lzma/CPP/7zip/
DICoder.h145 …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.cpp698 HRESULT res = encoderSpec->SetCoderProperties(propIDs, props, numProps); 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