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

  /external/lzma/CPP/7zip/Compress/
DeltaFilter.cpp 99 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
114 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)
Lzma2Decoder.h 63 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
PpmdDecoder.h 57 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
LzmaDecoder.h 61 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
PpmdDecoder.cpp 32 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)
Lzma2Decoder.cpp 47 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
LzmaDecoder.cpp 60 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
  /external/lzma/CPP/7zip/Crypto/
7zAes.h 112 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
7zAes.cpp 210 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size)
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 220 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
FilterCoder.cpp 417 STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size)
418 { return _SetDecoderProperties2->SetDecoderProperties2(data, size); }
  /external/lzma/CPP/7zip/
ICoder.h 146 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size) PURE;
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 368 HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size);
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 137 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5));
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 724 if (decoderSpec->SetDecoderProperties2(header, kPropertiesSize) != S_OK)
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 1084 RINOK(setDecProps->SetDecoderProperties2(propStreamSpec->Buffer, (UInt32)propStreamSpec->Pos));
    [all...]

Completed in 435 milliseconds