Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel_unittest.cc37 static bool IsRtpLeadByte(uint8_t b) { in IsRtpLeadByte() function
340 (certificate_ && IsRtpLeadByte(data[0])) ? cricket::PF_SRTP_BYPASS : 0; in OnTransportChannelReadPacket()
369 ASSERT_TRUE(data[0] == 23 || IsRtpLeadByte(data[0])); in OnFakeTransportChannelReadPacket()
372 } else if (IsRtpLeadByte(data[0])) { in OnFakeTransportChannelReadPacket()