Searched refs:_nackCount (Results 1 – 4 of 4) sorted by relevance
81 _nackCount = rhs._nackCount; in operator =()110 _nackCount = 0; in Reset()203 if (_nackCount < _nackLimit) { in FrameNacked()204 _nackCount++; in FrameNacked()388 _nackCount = 0; in GetJitterEstimate()392 if (_nackCount >= _nackLimit) { in GetJitterEstimate()
27 : _state(kStateEmpty), _nackCount(0), _latestPacketTimeMs(-1) {} in VCMFrameBuffer()197 _nackCount++; in IncrementNackCount()202 return _nackCount; in GetNackCount()220 _nackCount = 0; in Reset()
83 uint16_t _nackCount; variable
147 uint32_t _nackCount; // Keeps track of the number of nacks received, variable