OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RtpDumpHtons
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/utility/source/
rtp_dump_impl.h
36
inline uint16_t
RtpDumpHtons
(uint16_t x) const;
rtp_dump_impl.cc
184
hdr.length =
RtpDumpHtons
((uint16_t)(packetLength + sizeof(hdr)));
191
hdr.plen =
RtpDumpHtons
((uint16_t)packetLength);
254
inline uint16_t RtpDumpImpl::
RtpDumpHtons
(uint16_t x) const
Completed in 747 milliseconds