Searched refs:_filteredMax (Results 1 – 2 of 2) sorted by relevance
21 : _filteredMax(0), _ignoredSampleCount(0), _shortMax(0), _history() { in VCMCodecTimer()26 _filteredMax = 0; in Reset()73 _filteredMax = _shortMax; in ProcessHistory()85 if (_history[i].shortMax > _filteredMax) { in ProcessHistory()87 _filteredMax = _history[i].shortMax; in ProcessHistory()94 return _filteredMax; in RequiredDecodeTimeMs()
48 int32_t _filteredMax; variable