HomeSort by relevance Sort by last modified time
    Searched refs:_history (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
codec_timer.cc 21 : _filteredMax(0), _ignoredSampleCount(0), _shortMax(0), _history() {
30 _history[i].shortMax = 0;
31 _history[i].timeMs = -1;
46 if (_history[0].timeMs >= 0 && now - _history[0].timeMs < SHORT_FILTER_MS) {
52 if (_history[0].timeMs == -1) {
58 _history[i + 1].shortMax = _history[i].shortMax;
59 _history[i + 1].timeMs = _history[i].timeMs
    [all...]
codec_timer.h 52 VCMShortMaxSample _history[MAX_HISTORY_SIZE]; member in class:webrtc::VCMCodecTimer
  /external/autotest/server/lib/
status_history.py 457 @property _history A list of jobs and special tasks that
525 self._history = None
543 if self._history is None:
544 self._history = self._get_history(self.start_time,
546 return self._history.__iter__()
620 The list is returned as with `self._history`, ordered from

Completed in 68 milliseconds