Home
last modified time | relevance | path

Searched refs:shortMax (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dcodec_timer.cc30 _history[i].shortMax = 0; in Reset()
58 _history[i + 1].shortMax = _history[i].shortMax; in UpdateMaxHistory()
66 _history[0].shortMax = _shortMax; in UpdateMaxHistory()
85 if (_history[i].shortMax > _filteredMax) { in ProcessHistory()
87 _filteredMax = _history[i].shortMax; in ProcessHistory()
Dcodec_timer.h25 VCMShortMaxSample() : shortMax(0), timeMs(-1) {} in VCMShortMaxSample()
27 int32_t shortMax; variable