OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRtpHeaderLength
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/cast/net/rtp/
rtp_defines.h
8
static const uint16
kRtpHeaderLength
= 12;
rtp_parser.cc
31
if (length < (
kRtpHeaderLength
+ kCastHeaderLength))
rtp_packetizer.cc
45
uint16 rtp_header_length =
kRtpHeaderLength
+ kCastHeaderLength;
Completed in 549 milliseconds