Searched refs:CDecoder (Results 1 - 20 of 20) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DBcj2Register.cpp9 static void *CreateCodec() { return (void *)(ICompressCoder2 *)(new NCompress::NBcj2::CDecoder()); }
H A DLzma2Register.cpp9 static void *CreateCodec() { return (void *)(ICompressCoder *)(new NCompress::NLzma2::CDecoder); }
H A DLzmaRegister.cpp9 static void *CreateCodec() { return (void *)(ICompressCoder *)(new NCompress::NLzma::CDecoder); }
H A DPpmdRegister.cpp10 static void *CreateCodec() { return (void *)(ICompressCoder *)(new NCompress::NPpmd::CDecoder); }
H A DLzmaDecoder.cpp27 CDecoder::CDecoder(): _inBuf(0), _propsWereSet(false), _outSizeDefined(false), function in class:NCompress::NLzma::CDecoder
41 CDecoder::~CDecoder()
47 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; }
48 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
50 HRESULT CDecoder::CreateInputBuffer()
63 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
70 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize)
80 STDMETHODIMP CDecoder
[all...]
H A DLzma2Decoder.h15 class CDecoder: class in namespace:NCompress::NLzma2
66 CDecoder();
67 virtual ~CDecoder();
H A DPpmdDecoder.h18 class CDecoder : class in namespace:NCompress::NPpmd
66 CDecoder(): _outBuf(NULL), _outSizeDefined(false) function in class:NCompress::NPpmd::CDecoder
73 ~CDecoder();
H A DBcj2Coder.h65 class CDecoder: class in namespace:NCompress::NBcj2
73 NCompress::NRangeCoder::CDecoder _rangeDecoder;
93 CDecoder *_coder;
95 CCoderReleaser(CDecoder *coder): _coder(coder) {}
110 CDecoder();
H A DLzma2Decoder.cpp29 CDecoder::CDecoder(): _inBuf(0), _outSizeDefined(false) function in class:NCompress::NLzma2::CDecoder
38 CDecoder::~CDecoder()
44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
58 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *value = _inSizeProcessed; return S_OK; }
59 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { _inStream = inStream; return S_OK; }
60 STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); return S_OK; }
62 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
75 STDMETHODIMP CDecoder
[all...]
H A DLzmaDecoder.h14 class CDecoder: class in namespace:NCompress::NLzma
78 CDecoder();
79 virtual ~CDecoder();
H A DBcj2Coder.cpp268 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _inBufSizes[streamIndex] = size; return S_OK; }
269 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
271 CDecoder::CDecoder(): function in class:NCompress::NBcj2::CDecoder
280 HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, const UInt64 ** /* inSizes */, UInt32 numInStreams,
373 STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
H A DRangeCoderBit.h83 UInt32 Decode(CDecoder *decoder)
H A DRangeCoder.h109 class CDecoder class in namespace:NCompress::NRangeCoder
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.h32 class CDecoder class in namespace:NArchive::N7z
48 CDecoder(bool multiThread);
H A D7zDecode.cpp80 CDecoder::CDecoder(bool multiThread) function in class:NArchive::N7z::CDecoder
89 HRESULT CDecoder::Decode(
H A D7zExtract.cpp142 CDecoder decoder(
H A D7zUpdate.cpp586 CDecoder Decoder;
H A D7zIn.cpp814 CDecoder decoder(
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp69 class CDecoder class in namespace:NArchive::NLzma
71 NCompress::NLzma::CDecoder *_lzmaDecoderSpec;
75 ~CDecoder();
91 HRESULT CDecoder::Create(
97 _lzmaDecoderSpec = new NCompress::NLzma::CDecoder;
118 CDecoder::~CDecoder()
123 HRESULT CDecoder::Code(const CHeader &header, ISequentialOutStream *outStream,
359 CDecoder decoder;
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp476 NCompress::NLzma::CDecoder *decoderSpec = new NCompress::NLzma::CDecoder;

Completed in 203 milliseconds