Home
last modified time | relevance | path

Searched refs:SetDecoderProperties2 (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp44 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
91 STDMETHODIMP CDeltaDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) in SetDecoderProperties2() function in CDeltaDecoder
DLzma2Decoder.h54 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
DPpmdDecoder.h57 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
DLzmaDecoder.h59 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
DLzma2Decoder.cpp44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() function in NCompress::NLzma2::CDecoder
DLzmaDecoder.cpp63 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() function in NCompress::NLzma::CDecoder
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp244 STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size) in SetDecoderProperties2() function in CFilterCoder
246 return _setDecoderProperties->SetDecoderProperties2(data, size); in SetDecoderProperties2()
DFilterCoder.h109 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
/external/lzma/CPP/7zip/
DICoder.h65 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size) PURE;
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp134 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()
/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp237 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size)); in Decode()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp486 if (decoderSpec->SetDecoderProperties2(header, kPropertiesSize) != S_OK) in main2()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp645 …RINOK(compressSetDecoderProperties->SetDecoderProperties2(propStreamSpec->Buffer, propStreamSpec->… in Decode()