Home
last modified time | relevance | path

Searched defs:IsRtpPacket (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_util.cc38 bool IsRtpPacket(rtc::ArrayView<const uint8_t> packet) { in IsRtpPacket() function
H A Drtp_util_unittest.cc18 TEST(RtpUtilTest, IsRtpPacket) { in TEST() argument
/aosp_15_r20/external/webrtc/p2p/base/
H A Ddtls_transport.cc64 static bool IsRtpPacket(const char* data, size_t len) { in IsRtpPacket() function