Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dframe_buffer.cc25 _nackCount(0), in VCMFrameBuffer()
38 _nackCount(rhs._nackCount), in VCMFrameBuffer()
166 _nackCount++; in IncrementNackCount()
171 return _nackCount; in GetNackCount()
196 _nackCount = 0; in Reset()
Djitter_estimator.cc77 _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()
Dframe_buffer.h90 uint16_t _nackCount; variable
Djitter_estimator.h153 uint32_t _nackCount; // Keeps track of the number of nacks received, variable