Searched defs:coderProps (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Encoder.cpp | 61 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() 75 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderPropertiesOpt()
|
D | LzmaEncoder.cpp | 111 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() 133 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 | PpmdEncoder.cpp | 56 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in SetCoderProperties()
|
/external/lzma/CPP/Common/ |
D | CrcReg.cpp | 66 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, U… in SetCoderProperties()
|
/external/lzma/CPP/7zip/Crypto/ |
D | MyAes.cpp | 96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps,… in SetCoderProperties()
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 217 CCoderProps coderProps(Props.Size() + (dataSizeReduce ? 1 : 0)); in SetCoderProps() local
|