Home
last modified time | relevance | path

Searched refs:_latestNackTimestamp (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/
Djitter_estimator.cc80 _latestNackTimestamp = rhs._latestNackTimestamp; in operator =()
109 _latestNackTimestamp = 0; in Reset()
111 _latestNackTimestamp = 0; in Reset()
206 _latestNackTimestamp = clock_->TimeInMicroseconds(); in FrameNacked()
387 if (now - _latestNackTimestamp > kNackCountTimeoutMs * 1000) in GetJitterEstimate()
Djitter_estimator.h146 _latestNackTimestamp; // Timestamp in ms when the latest nack was seen variable