Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Djitter_estimator.cc81 _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()
Dframe_buffer.cc27 : _state(kStateEmpty), _nackCount(0), _latestPacketTimeMs(-1) {} in VCMFrameBuffer()
197 _nackCount++; in IncrementNackCount()
202 return _nackCount; in GetNackCount()
220 _nackCount = 0; in Reset()
Dframe_buffer.h83 uint16_t _nackCount; variable
Djitter_estimator.h147 uint32_t _nackCount; // Keeps track of the number of nacks received, variable