Searched refs:_outSizeDefined (Results 1 – 6 of 6) sorted by relevance
29 CDecoder::CDecoder(): _inBuf(0), _outSizeDefined(false) in CDecoder()64 _outSizeDefined = (outSize != NULL); in SetOutStreamSize()65 if (_outSizeDefined) in SetOutStreamSize()98 if (_outSizeDefined) in Code()121 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); in Code()160 if (_outSizeDefined) in Read()
27 CDecoder::CDecoder(): _inBuf(0), _propsWereSet(false), _outSizeDefined(false), in CDecoder()73 _outSizeDefined = (outSize != NULL); in SetOutStreamSizeResume()74 if (_outSizeDefined) in SetOutStreamSizeResume()110 if (_outSizeDefined) in CodeSpec()131 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); in CodeSpec()201 if (_outSizeDefined) in Read()
71 if (_outSizeDefined) in CodeSpec()127 while (!_outSizeDefined || _processedSize < _outSize); in Code()133 _outSizeDefined = (outSize != NULL); in SetOutStreamSize()134 if (_outSizeDefined) in SetOutStreamSize()
34 bool _outSizeDefined; variable66 CDecoder(): _outBuf(NULL), _outSizeDefined(false) in CDecoder()
31 bool _outSizeDefined; variable