Home
last modified time | relevance | path

Searched defs:SetCoderProperties (Results 1 – 12 of 12) sorted by relevance

/third_party/lzma/CPP/Common/
DSha256Reg.cpp50 STDMETHODIMP CSha256Hasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps… in SetCoderProperties() function in CSha256Hasher
DCrcReg.cpp63 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, U… in SetCoderProperties() function in CCrcHasher
/third_party/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp54 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 n… in SetCoderProperties() function in NCompress::NDelta::CEncoder
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/CPP/7zip/Crypto/
DMyAes.cpp183 STDMETHODIMP CAesCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UI… in SetCoderProperties() function in NCrypto::CAesCoder
/third_party/lzma/CS/7zip/
DICoder.cs145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); in SetCoderProperties() method
/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp417 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in CFilterCoder
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1368 public void SetCoderProperties(CoderPropID[] propIDs, object[] properties) in SetCoderProperties() method in SevenZip.Compression.LZMA.Encoder