Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dbye_unittest.cc62 EXPECT_TRUE(bye.WithCsrc(kCsrc1)); in TEST_F()
63 EXPECT_TRUE(bye.WithCsrc(kCsrc2)); in TEST_F()
80 EXPECT_TRUE(bye.WithCsrc(kCsrc1)); in TEST_F()
81 EXPECT_TRUE(bye.WithCsrc(kCsrc2)); in TEST_F()
98 EXPECT_TRUE(bye.WithCsrc(i)); in TEST_F()
100 EXPECT_FALSE(bye.WithCsrc(kMaxCsrcs)); in TEST_F()
Dbye.h36 bool WithCsrc(uint32_t csrc);
Dbye.cc112 bool Bye::WithCsrc(uint32_t csrc) { in WithCsrc() function in webrtc::rtcp::Bye
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.cc730 bye->WithCsrc(csrc); in BuildBYE()