HomeSort by relevance Sort by last modified time
    Searched refs:SetCoderProperties (Results 1 - 19 of 19) sorted by null

  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.h 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
LzmaEncoder.h 28 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
PpmdEncoder.h 49 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DeltaFilter.cpp 30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
Lzma2Encoder.cpp 58 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
LzmaEncoder.cpp 114 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
PpmdEncoder.cpp 60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
  /external/lzma/CPP/7zip/Crypto/
MyAes.h 36 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
MyAes.cpp 96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
  /external/lzma/CPP/Common/
CrcReg.cpp 46 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
90 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs,
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 238 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs,
241 return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties);
FilterCoder.h 114 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
MethodProps.cpp 167 HRESULT SetProps(ICompressSetCoderProperties *setCoderProperties)
169 return setCoderProperties->SetCoderProperties(_propIDs, _props, _numProps);