HomeSort by relevance Sort by last modified time
    Searched defs:SetDecoderProperties2 (Results 1 - 6 of 6) 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)
PpmdDecoder.cpp 32 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)
Lzma2Decoder.cpp 40 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
LzmaDecoder.cpp 72 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
  /external/lzma/CPP/7zip/Crypto/
7zAes.cpp 210 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size)
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 417 STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size)
418 { return _SetDecoderProperties2->SetDecoderProperties2(data, size); }

Completed in 111 milliseconds