Searched refs:_nackCount (Results 1 – 4 of 4) sorted by relevance
25 _nackCount(0), in VCMFrameBuffer()38 _nackCount(rhs._nackCount), in VCMFrameBuffer()166 _nackCount++; in IncrementNackCount()171 return _nackCount; in GetNackCount()196 _nackCount = 0; in Reset()
77 _nackCount = rhs._nackCount; in operator =()107 _nackCount = 0; in Reset()118 _nackCount = 0; in ResetNackCount()221 if (_nackCount < _nackLimit) in FrameNacked()223 _nackCount++; in FrameNacked()429 if (_nackCount >= _nackLimit) in GetJitterEstimate()
90 uint16_t _nackCount; variable
153 uint32_t _nackCount; // Keeps track of the number of nacks received, variable