Searched refs:SetDecoderProperties2 (Results 1 – 13 of 13) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | DeltaFilter.cpp | 44 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size); 91 STDMETHODIMP CDeltaDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) in SetDecoderProperties2() function in CDeltaDecoder
|
D | Lzma2Decoder.h | 54 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
|
D | PpmdDecoder.h | 57 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
|
D | LzmaDecoder.h | 59 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
|
D | Lzma2Decoder.cpp | 44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() function in NCompress::NLzma2::CDecoder
|
D | LzmaDecoder.cpp | 63 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() function in NCompress::NLzma::CDecoder
|
/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.cpp | 244 STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size) in SetDecoderProperties2() function in CFilterCoder 246 return _setDecoderProperties->SetDecoderProperties2(data, size); in SetDecoderProperties2()
|
D | FilterCoder.h | 109 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 65 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size) PURE;
|
/external/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 134 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zDecode.cpp | 237 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size)); in Decode()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 486 if (decoderSpec->SetDecoderProperties2(header, kPropertiesSize) != S_OK) in main2()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 645 …RINOK(compressSetDecoderProperties->SetDecoderProperties2(propStreamSpec->Buffer, propStreamSpec->… in Decode()
|