Searched refs:RtpHeader (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/talk/media/base/ |
D | rtputils.h | 39 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);
|
D | rtpdataengine_unittest.cc | 153 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()
|
D | rtputils_unittest.cc | 99 RtpHeader header; in TEST() 117 RtpHeader header = { 9, 1111, 2222u, 3333u }; in TEST()
|
D | rtputils.cc | 146 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()
|
D | rtpdataengine.cc | 226 RtpHeader header; in OnPacketReceived() 343 RtpHeader header; in SendData()
|
D | mediachannel.h | 64 struct RtpHeader;
|