OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTPTimestamp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc
354
uint32_t
RTPTimestamp
= *ptr++ << 24;
355
RTPTimestamp
+= *ptr++ << 16;
356
RTPTimestamp
+= *ptr++ << 8;
357
RTPTimestamp
+= *ptr++;
377
header.timestamp =
RTPTimestamp
;
rtcp_utility.h
42
uint32_t
RTPTimestamp
;
Completed in 125 milliseconds