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

  /external/lzma/CPP/7zip/Compress/
DeltaFilter.cpp 44 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
91 STDMETHODIMP CDeltaDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)
Lzma2Decoder.cpp 44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
LzmaDecoder.cpp 63 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 244 STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size)
246 return _setDecoderProperties->SetDecoderProperties2(data, size);

Completed in 70 milliseconds