Searched refs:_history (Results 1 – 4 of 4) sorted by relevance
21 : _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 …]
52 VCMShortMaxSample _history[MAX_HISTORY_SIZE]; variable
533 self._history = None551 if self._history is None:552 self._history = self._get_history(self.start_time,554 return self._history.__iter__()
3 .. _history-and-license: