Home
last modified time | relevance | path

Searched refs:RtpHeader (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/talk/media/base/
Drtputils.h39 struct RtpHeader { struct
63 bool GetRtpHeader(const void* data, size_t len, RtpHeader* header); argument
67 bool SetRtpHeader(void* data, size_t len, const RtpHeader& header);
Drtpdataengine_unittest.cc153 cricket::RtpHeader GetSentDataHeader(int index) { in GetSentDataHeader()
156 cricket::RtpHeader header; in GetSentDataHeader()
288 cricket::RtpHeader header0 = GetSentDataHeader(0); in TEST_F()
302 cricket::RtpHeader header1 = GetSentDataHeader(1); in TEST_F()
360 cricket::RtpHeader header1a = GetSentDataHeader(0); in TEST_F()
361 cricket::RtpHeader header2a = GetSentDataHeader(1); in TEST_F()
362 cricket::RtpHeader header1b = GetSentDataHeader(2); in TEST_F()
363 cricket::RtpHeader header2b = GetSentDataHeader(3); in TEST_F()
Drtputils_unittest.cc99 RtpHeader header; in TEST()
117 RtpHeader header = { 9, 1111, 2222u, 3333u }; in TEST()
Drtputils.cc146 bool GetRtpHeader(const void* data, size_t len, RtpHeader* header) { in GetRtpHeader()
179 bool SetRtpHeader(void* data, size_t len, const RtpHeader& header) { in SetRtpHeader()
Drtpdataengine.cc226 RtpHeader header; in OnPacketReceived()
343 RtpHeader header; in SendData()
Dmediachannel.h64 struct RtpHeader;