Searched refs:RtpHeader (Results 1 – 6 of 6) sorted by relevance
39 struct RtpHeader { struct64 bool GetRtpHeader(const void* data, size_t len, RtpHeader* header); argument75 bool SetRtpHeader(void* data, size_t len, const RtpHeader& header);
161 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()
101 RtpHeader header; in TEST()130 RtpHeader header; in TEST()
155 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()
235 RtpHeader header; in OnPacketReceived()350 RtpHeader header; in SendData()
56 struct RtpHeader;