Searched defs:SetDecoderProperties2 (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DDeltaFilter.cpp44 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
91 STDMETHODIMP CDeltaDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) function in class:CDeltaDecoder
H A DLzma2Decoder.cpp44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) function in class:NCompress::NLzma2::CDecoder
H A DLzmaDecoder.cpp63 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) function in class:NCompress::NLzma::CDecoder
/external/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp244 STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size) function in class:CFilterCoder
246 return _setDecoderProperties->SetDecoderProperties2(data, size);

Completed in 83 milliseconds