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

  /external/webrtc/webrtc/modules/video_coding/
codec_timer.cc 30 _history[i].shortMax = 0;
58 _history[i + 1].shortMax = _history[i].shortMax;
66 _history[0].shortMax = _shortMax;
85 if (_history[i].shortMax > _filteredMax) {
87 _filteredMax = _history[i].shortMax;
codec_timer.h 25 VCMShortMaxSample() : shortMax(0), timeMs(-1) {}
27 int32_t shortMax;

Completed in 323 milliseconds