Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp99 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
114 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) in SetDecoderProperties2() function in NCompress::NDelta::CDecoder
DPpmdDecoder.h57 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
DLzma2Decoder.h63 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
DLzmaDecoder.h61 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
DPpmdDecoder.cpp32 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) in SetDecoderProperties2() function in NCompress::NPpmd::CDecoder
DLzma2Decoder.cpp47 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() function in NCompress::NLzma2::CDecoder
DLzmaDecoder.cpp60 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() function in NCompress::NLzma::CDecoder
/external/lzma/CPP/7zip/Crypto/
D7zAes.h112 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
D7zAes.cpp210 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size) in SetDecoderProperties2() function in NCrypto::N7z::CDecoder
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp417 STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size) in SetDecoderProperties2() function in CFilterCoder
418 { return _SetDecoderProperties2->SetDecoderProperties2(data, size); } in SetDecoderProperties2()
DFilterCoder.h220 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
/external/lzma/CPP/7zip/
DICoder.h146 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size) PURE;
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp137 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()
/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp368 … HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size); in Decode()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp724 if (decoderSpec->SetDecoderProperties2(header, kPropertiesSize) != S_OK) in main2()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1084 RINOK(setDecProps->SetDecoderProperties2(propStreamSpec->Buffer, (UInt32)propStreamSpec->Pos)); in Decode()