OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_packetCount
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc
26
_packetCount
(0),
57
_packetCount
= 0;
110
_packetCount
>= _startUpFilterDelayInPackets)
141
if (
_packetCount
< _startUpFilterDelayInPackets)
143
_packetCount
++;
156
if (
_packetCount
== 0)
160
else if (
_packetCount
< _startUpFilterDelayInPackets)
/external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h
43
uint32_t
_packetCount
;
Completed in 39 milliseconds