Lines Matching defs:CDecoder
17 CDecoder::CDecoder():
31 CDecoder::~CDecoder()
37 Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 , UInt32 size)) { _inBufSize = size; return S_OK; }
38 Z7_COM7F_IMF(CDecoder::SetOutBufSize(UInt32 , UInt32 size)) { _outStep = size; return S_OK; }
40 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size))
51 Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode))
84 Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
189 Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value))
198 Z7_COM7F_IMF(CDecoder::SetNumberOfThreads(UInt32 numThreads))
204 Z7_COM7F_IMF(CDecoder::SetMemLimit(UInt64 memUsage))
215 Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize))
241 Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream *inStream))
243 Z7_COM7F_IMF(CDecoder::ReleaseInStream())
247 Z7_COM7F_IMF(CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize))