Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/utility/
Dframe_dropper.cc57 _wasBelowMax = true; in Reset()
164 if (_wasBelowMax) { in UpdateRatio()
177 _wasBelowMax = _accumulator < _accumulatorMax; in UpdateRatio()
Dframe_dropper.h87 bool _wasBelowMax; variable