Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/utility/
Dframe_dropper.cc58 _fastMode = false; // start with normal (non-aggressive) mode in Reset()
75 !_fastMode) { // fast mode does not treat key-frames any different in Fill()
167 if (_fastMode) { in UpdateRatio()
Dframe_dropper.h89 bool _fastMode; variable