Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/utility/
Dframe_dropper.cc55 _dropCount = 0; in Reset()
189 _dropCount = 0; in DropFrame()
206 if (_dropCount < 0) { in DropFrame()
209 _dropCount = -_dropCount; in DropFrame()
211 _dropCount = 0; in DropFrame()
214 if (_dropCount < limit) { in DropFrame()
216 _dropCount++; in DropFrame()
220 _dropCount = 0; in DropFrame()
233 if (_dropCount > 0) { in DropFrame()
237 _dropCount = -_dropCount; in DropFrame()
[all …]
Dframe_dropper.h84 int32_t _dropCount; variable