Home
last modified time | relevance | path

Searched refs:_nackCount (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dframe_buffer.cc23 : _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()
Djitter_estimator.cc76 _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()
Dframe_buffer.h86 uint16_t _nackCount; variable
Djitter_estimator.h158 uint32_t _nackCount; // Keeps track of the number of nacks received, variable