Lines Matching defs:CDecoder
27 CDecoder::CDecoder():
48 CDecoder::~CDecoder()
54 Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 , UInt32 size))
56 Z7_COM7F_IMF(CDecoder::SetOutBufSize(UInt32 , UInt32 size))
59 HRESULT CDecoder::CreateInputBuffer()
74 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size))
82 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize)
95 Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize))
104 Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode))
111 Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value))
118 HRESULT CDecoder::CodeSpec(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress)
218 Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
234 Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream *inStream))
236 Z7_COM7F_IMF(CDecoder::ReleaseInStream())
239 Z7_COM7F_IMF(CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize))
305 HRESULT CDecoder::CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress)
312 HRESULT CDecoder::ReadFromInputStream(void *data, UInt32 size, UInt32 *processedSize)