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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
codec_timer.cc 25 _shortMax(0),
42 _shortMax = 0;
70 if (decodeTime > _shortMax)
72 _shortMax = decodeTime;
81 _shortMax = decodeTime;
92 if (_shortMax == 0)
94 _shortMax = decodeTime;
97 _history[0].shortMax = _shortMax;
99 _shortMax = 0;
106 _filteredMax = _shortMax;
    [all...]
codec_timer.h 55 int32_t _shortMax;

Completed in 448 milliseconds