Searched refs:IsRtpLeadByte (Results 1 – 1 of 1) sorted by relevance
37 static bool IsRtpLeadByte(uint8_t b) { in IsRtpLeadByte() function340 (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()