Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dcodec_timer.cc21 : _filteredMax(0), _ignoredSampleCount(0), _shortMax(0), _history() { in VCMCodecTimer()
30 _history[i].shortMax = 0; in Reset()
31 _history[i].timeMs = -1; in Reset()
46 if (_history[0].timeMs >= 0 && now - _history[0].timeMs < SHORT_FILTER_MS) { in UpdateMaxHistory()
52 if (_history[0].timeMs == -1) { in UpdateMaxHistory()
58 _history[i + 1].shortMax = _history[i].shortMax; in UpdateMaxHistory()
59 _history[i + 1].timeMs = _history[i].timeMs; in UpdateMaxHistory()
66 _history[0].shortMax = _shortMax; in UpdateMaxHistory()
67 _history[0].timeMs = now; in UpdateMaxHistory()
74 if (_history[0].timeMs == -1) { in ProcessHistory()
[all …]
Dcodec_timer.h52 VCMShortMaxSample _history[MAX_HISTORY_SIZE]; variable
/external/autotest/server/lib/
Dstatus_history.py533 self._history = None
551 if self._history is None:
552 self._history = self._get_history(self.start_time,
554 return self._history.__iter__()
/external/python/cpython2/Doc/
Dlicense.rst3 .. _history-and-license: