Searched defs:coderProps (Results 1 – 8 of 8) sorted by relevance
/third_party/lzma/CPP/7zip/Compress/ |
D | Lzma2Encoder.cpp | 65 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() 79 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderPropertiesOpt()
|
D | XzEncoder.cpp | 189 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() 204 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderPropertiesOpt()
|
D | LzmaEncoder.cpp | 159 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() 184 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderPropertiesOpt()
|
D | PpmdEncoder.cpp | 55 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in SetCoderProperties()
|
/third_party/lzma/CPP/Common/ |
D | Sha256Reg.cpp | 50 STDMETHODIMP CSha256Hasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps… in SetCoderProperties()
|
D | CrcReg.cpp | 63 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, U… in SetCoderProperties()
|
/third_party/lzma/CPP/7zip/Crypto/ |
D | MyAes.cpp | 183 STDMETHODIMP CAesCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UI… in SetCoderProperties()
|
/third_party/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 334 CCoderProps coderProps(Props.Size() + (dataSizeReduce ? 1 : 0) + (affinity ? 1 : 0) ); in SetCoderProps_DSReduce_Aff() local
|