Searched refs:_nackCount (Results 1 – 4 of 4) sorted by relevance
23 : _state(kStateEmpty), _nackCount(0), _latestPacketTimeMs(-1) {} in VCMFrameBuffer()31 _nackCount(rhs._nackCount), in VCMFrameBuffer()174 _nackCount++; in IncrementNackCount()178 return _nackCount; in GetNackCount()198 _nackCount = 0; in Reset()
76 _nackCount = rhs._nackCount; in operator =()104 _nackCount = 0; in Reset()113 _nackCount = 0; in ResetNackCount()202 if (_nackCount < _nackLimit) { in FrameNacked()203 _nackCount++; in FrameNacked()391 if (_nackCount >= _nackLimit) in GetJitterEstimate()
86 uint16_t _nackCount; variable
158 uint32_t _nackCount; // Keeps track of the number of nacks received, variable