Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Drtputils.h39 struct RtpHeader { struct
64 bool GetRtpHeader(const void* data, size_t len, RtpHeader* header); argument
75 bool SetRtpHeader(void* data, size_t len, const RtpHeader& header);
Drtpdataengine_unittest.cc161 cricket::RtpHeader GetSentDataHeader(int index) { in GetSentDataHeader()
164 cricket::RtpHeader header; in GetSentDataHeader()
289 cricket::RtpHeader header0 = GetSentDataHeader(0); in TEST_F()
303 cricket::RtpHeader header1 = GetSentDataHeader(1); in TEST_F()
361 cricket::RtpHeader header1a = GetSentDataHeader(0); in TEST_F()
362 cricket::RtpHeader header2a = GetSentDataHeader(1); in TEST_F()
363 cricket::RtpHeader header1b = GetSentDataHeader(2); in TEST_F()
364 cricket::RtpHeader header2b = GetSentDataHeader(3); in TEST_F()
Drtputils_unittest.cc101 RtpHeader header; in TEST()
130 RtpHeader header; in TEST()
Drtputils.cc155 bool GetRtpHeader(const void* data, size_t len, RtpHeader* header) { in GetRtpHeader()
218 bool SetRtpHeader(void* data, size_t len, const RtpHeader& header) { in SetRtpHeader()
Drtpdataengine.cc235 RtpHeader header; in OnPacketReceived()
350 RtpHeader header; in SendData()
Dmediachannel.h56 struct RtpHeader;