Lines Matching defs:CDecoder
423 CDecoder::CDecoder():
432 Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size))
434 Z7_COM7F_IMF(CDecoder::SetOutBufSize(UInt32, UInt32 size))
437 Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode))
524 Z7_COM7F_IMF(CDecoder::Code(
664 Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize2(UInt32 streamIndex, UInt64 *value))
673 Z7_COM7F_IMF(CDecoder::SetInStream2(UInt32 streamIndex, ISequentialInStream *inStream))
679 Z7_COM7F_IMF(CDecoder::ReleaseInStream2(UInt32 streamIndex))
685 Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize))
700 Z7_COM7F_IMF(CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize))
710 So if the caller calls this CDecoder::Read() with (size == 0),
711 we execute required Init/Flushing code in this CDecoder object.
712 Also this CDecoder::Read() function will call Read() for input streams.