Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/media/base/
H A Drtp_utils_unittest.cc33 static const uint8_t kNonCompoundRtcpAppPacket[] = {0x81, 0xCC, 0x00, 0x0C, variable
95 EXPECT_TRUE(GetRtcpSsrc(kNonCompoundRtcpAppPacket, in TEST()
96 sizeof(kNonCompoundRtcpAppPacket), &ssrc)); in TEST()