/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Decoder.cpp | 17 CDecoder::CDecoder(): in CDecoder() function in NCompress::NLzma2::CDecoder 31 CDecoder::~CDecoder() in ~CDecoder() 37 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() 38 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize() 40 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() 51 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode() 84 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code() 189 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) in GetInStreamProcessedSize() 198 STDMETHODIMP CDecoder::SetNumberOfThreads(UInt32 numThreads) in SetNumberOfThreads() 204 STDMETHODIMP CDecoder::SetMemLimit(UInt64 memUsage) in SetMemLimit() [all …]
|
D | LzmaDecoder.cpp | 27 CDecoder::CDecoder(): in CDecoder() function in NCompress::NLzma::CDecoder 48 CDecoder::~CDecoder() in ~CDecoder() 54 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSizeNew = size; return S_OK; } in SetInBufSize() 55 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize() 57 HRESULT CDecoder::CreateInputBuffer() in CreateInputBuffer() 72 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() 80 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize) in SetOutStreamSizeResume() 93 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() 102 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode() 109 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) in GetInStreamProcessedSize() [all …]
|
D | PpmdDecoder.cpp | 26 CDecoder::~CDecoder() in ~CDecoder() 32 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) in SetDecoderProperties2() 50 HRESULT CDecoder::CodeSpec(Byte *memStream, UInt32 size) in CodeSpec() 95 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code() 127 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() 138 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) in GetInStreamProcessedSize() 146 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) in SetInStream() 153 STDMETHODIMP CDecoder::ReleaseInStream() in ReleaseInStream() 159 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
|
D | DeltaFilter.cpp | 90 class CDecoder: class 102 STDMETHODIMP CDecoder::Init() in Init() 108 STDMETHODIMP_(UInt32) CDecoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() 114 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) in SetDecoderProperties2() 124 CDecoder(),
|
D | XzDecoder.h | 15 struct CDecoder struct 26 CDecoder(): in CDecoder() argument 35 ~CDecoder() in ~CDecoder() argument 59 public CDecoder
|
D | Bcj2Coder.cpp | 324 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] =… in SetInBufSize() 325 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _bufsNewSizes[BCJ2_NUM_STREAMS] = size… in SetOutBufSize() 327 CDecoder::CDecoder(): _finishMode(false), _outSizeDefined(false), _outSize(0) in CDecoder() function in NCompress::NBcj2::CDecoder 330 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode() 336 void CDecoder::InitCommon() in InitCommon() 355 HRESULT CDecoder::Code(ISequentialInStream * const *inStreams, const UInt64 * const *inSizes, UInt3… in Code() 515 STDMETHODIMP CDecoder::SetInStream2(UInt32 streamIndex, ISequentialInStream *inStream) in SetInStream2() 521 STDMETHODIMP CDecoder::ReleaseInStream2(UInt32 streamIndex) in ReleaseInStream2() 527 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() 545 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() [all …]
|
D | PpmdDecoder.h | 18 class CDecoder : 74 CDecoder(): _outBuf(NULL), _outSizeDefined(false) in CDecoder() function 81 ~CDecoder();
|
D | Lzma2Decoder.h | 13 class CDecoder: 90 CDecoder(); 91 virtual ~CDecoder();
|
D | LzmaDecoder.h | 15 class CDecoder: 96 CDecoder(); 97 virtual ~CDecoder();
|
D | Bcj2Coder.h | 62 class CDecoder: 115 CDecoder();
|
D | Lzma2Register.cpp | 17 CDecoder(),
|
D | LzmaRegister.cpp | 17 CDecoder(),
|
D | PpmdRegister.cpp | 17 CDecoder(),
|
D | Bcj2Register.cpp | 12 REGISTER_CODEC_CREATE_2(CreateCodec, CDecoder(), ICompressCoder2) in REGISTER_CODEC_CREATE_2() argument
|
D | XzDecoder.cpp | 34 HRESULT CDecoder::Decode(ISequentialInStream *seqInStream, ISequentialOutStream *outStream, in Decode()
|
/external/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 79 class CDecoder class 85 NCompress::NLzma::CDecoder *_lzmaDecoderSpec; 87 ~CDecoder(); 100 HRESULT CDecoder::Create(bool filteredMode, ISequentialInStream *inStream) in Create() 104 _lzmaDecoderSpec = new NCompress::NLzma::CDecoder; in Create() 123 CDecoder::~CDecoder() in ~CDecoder() 128 HRESULT CDecoder::Code(const CHeader &header, ISequentialOutStream *outStream, in Code() 384 CDecoder state; in Open() 505 CDecoder decoder; in Extract()
|
D | XzHandler.cpp | 102 HRESULT Decode(NCompress::NXz::CDecoder &decoder, in Decode() 951 static Int32 Get_Extract_OperationResult(const NCompress::NXz::CDecoder &decoder) in Get_Extract_OperationResult() 1019 NCompress::NXz::CDecoder decoder; in Extract()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zDecode.h | 24 class CDecoder 44 CDecoder(bool useMixerMT);
|
D | 7zDecode.cpp | 112 CDecoder::CDecoder(bool useMixerMT): in CDecoder() function in NArchive::N7z::CDecoder 220 HRESULT CDecoder::Decode( in Decode()
|
D | 7zExtract.cpp | 262 CDecoder decoder( in Extract()
|
D | 7zIn.cpp | 1088 CDecoder decoder(_useMixerMT); in ReadAndDecodePackedStreams()
|
/external/lzma/CPP/7zip/Crypto/ |
D | 7zAes.h | 103 class CDecoder: 113 CDecoder();
|
D | 7zAes.cpp | 205 CDecoder::CDecoder() in CDecoder() function in NCrypto::N7z::CDecoder 210 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size) in SetDecoderProperties2()
|
D | 7zAesRegister.cpp | 13 CDecoder(),
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 734 NCompress::NLzma::CDecoder *decoderSpec = new NCompress::NLzma::CDecoder; in main2()
|