Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/media/base/
H A Drtp_utils_unittest.cc37 static const uint8_t kNonCompoundRtcpSDESPacket[] = {0x80, 0xCA, 0x00, 0x00}; variable
97 EXPECT_FALSE(GetRtcpSsrc(kNonCompoundRtcpSDESPacket, in TEST()
98 sizeof(kNonCompoundRtcpSDESPacket), &ssrc)); in TEST()