Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DSha256Reg.cpp31 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
50 STDMETHODIMP CSha256Hasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps… in SetCoderProperties() function in CSha256Hasher
DCrcReg.cpp41 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
63 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, U… in SetCoderProperties() function in CCrcHasher
/third_party/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);
DPpmdEncoder.h49 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzmaEncoder.h33 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DBcj2Coder.h51 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzma2Encoder.cpp64 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NLzma2::CEncoder
DPpmdEncoder.cpp55 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in SetCoderProperties() function in NCompress::NPpmd::CEncoder
DXzEncoder.cpp188 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NXz::CEncoder
DLzmaEncoder.cpp158 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NLzma::CEncoder
DBcj2Coder.cpp67 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 n… in SetCoderProperties() function in NCompress::NBcj2::CEncoder
/third_party/lzma/CS/7zip/
DICoder.cs145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); in SetCoderProperties() method
/third_party/lzma/CPP/7zip/Crypto/
DMyAes.h61 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DMyAes.cpp183 STDMETHODIMP CAesCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UI… in SetCoderProperties() function in NCrypto::CAesCoder
/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp417 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in CFilterCoder
419 { return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties); } in SetCoderProperties()
DFilterCoder.h192 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
DMethodProps.cpp311 return setCoderProperties->SetCoderProperties(_propIDs, _props, _numProps); in SetProps()
/third_party/lzma/CPP/7zip/
DICoder.h146 …STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PU…
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs296 encoder.SetCoderProperties(propIDs, properties); in Main2()
DLzmaBench.cs268 encoder.SetCoderProperties(propIDs, properties); in LzmaBenchmark()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp709 HRESULT res = encoderSpec->SetCoderProperties(propIDs, props, numProps); in main2()
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1368 public void SetCoderProperties(CoderPropID[] propIDs, object[] properties) in SetCoderProperties() method in SevenZip.Compression.LZMA.Encoder