OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dropCount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/
frame_dropper.cc
61
_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
a frame should be kept
[
all
...]
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/include/
frame_dropper.h
84
int32_t
_dropCount
;
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
tb_external_transport.h
158
int32_t
_dropCount
;
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_external_transport.cc
56
_dropCount
(0),
228
_dropCount
++;
328
_dropCount
= 0;
340
numDroppedPackets =
_dropCount
;
Completed in 34 milliseconds