Home
last modified time | relevance | path

Searched refs:RtpDumpHtons (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/utility/source/
Drtp_dump_impl.cc184 hdr.length = RtpDumpHtons((uint16_t)(packetLength + sizeof(hdr))); in DumpPacket()
191 hdr.plen = RtpDumpHtons((uint16_t)packetLength); in DumpPacket()
254 inline uint16_t RtpDumpImpl::RtpDumpHtons(uint16_t x) const in RtpDumpHtons() function in webrtc::RtpDumpImpl
Drtp_dump_impl.h35 inline uint16_t RtpDumpHtons(uint16_t x) const;