Searched refs:_outSizeDefined (Results 1 – 6 of 6) sorted by relevance
32 _outSizeDefined(false), in CDecoder()82 _outSizeDefined = (outSize != NULL); in SetOutStreamSizeResume()84 if (_outSizeDefined) in SetOutStreamSizeResume()143 if (_outSizeDefined) in CodeSpec()166 bool outFinished = (_outSizeDefined && _outProcessed >= _outSize); in CodeSpec()191 if (_outSizeDefined && _outSize != _outProcessed) in CodeSpec()239 if (_outSizeDefined) in Read()
67 if (_outSizeDefined) in CodeSpec()123 while (!_outSizeDefined || _processedSize < _outSize); in Code()129 _outSizeDefined = (outSize != NULL); in SetOutStreamSize()130 if (_outSizeDefined) in SetOutStreamSize()
35 bool _outSizeDefined; variable74 CDecoder(): _outBuf(NULL), _outSizeDefined(false) in CDecoder()
327 CDecoder::CDecoder(): _finishMode(false), _outSizeDefined(false), _outSize(0) in CDecoder()529 _outSizeDefined = (outSize != NULL); in SetOutStreamSize()531 if (_outSizeDefined) in SetOutStreamSize()555 if (_outSizeDefined) in Read()639 if (_finishMode && _outSizeDefined && _outSize == _outSize_Processed) in Read()
39 bool _outSizeDefined; variable
79 bool _outSizeDefined; variable