Searched refs:_dropCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/utility/
H A Dframe_dropper.cc61 _dropCount = 0;
235 _dropCount = 0;
255 if (_dropCount < 0)
257 // Reset the _dropCount since it was negative and should be positive.
260 _dropCount = -_dropCount;
264 _dropCount = 0;
267 if (_dropCount < limit)
270 _dropCount++;
275 // Only when we reset _dropCount
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/include/
H A Dframe_dropper.h84 int32_t _dropCount; member in class:webrtc::FrameDropper
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_external_transport.h158 int32_t _dropCount; member in class:TbExternalTransport
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_external_transport.cc56 _dropCount(0),
228 _dropCount++;
328 _dropCount = 0;
340 numDroppedPackets = _dropCount;

Completed in 1451 milliseconds