Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_packet_unittest.cc364 EXPECT_TRUE(xr.WithRrtr(&rrtr)); in TEST()
383 EXPECT_TRUE(xr.WithRrtr(&rrtr1)); in TEST()
384 EXPECT_TRUE(xr.WithRrtr(&rrtr2)); in TEST()
536 EXPECT_TRUE(xr.WithRrtr(&rrtr)); in TEST()
557 EXPECT_TRUE(xr.WithRrtr(&rrtr)); in TEST()
577 EXPECT_TRUE(xr.WithRrtr(&rrtr)); in TEST()
578 EXPECT_FALSE(xr.WithRrtr(&rrtr)); in TEST()
Drtcp_receiver_unittest.cc629 xr.WithRrtr(&rrtr); in TEST_F()
705 xr.WithRrtr(&rrtr); in TEST_F()
733 xr.WithRrtr(&rrtr); in TEST_F()
769 xr.WithRrtr(&rrtr); in TEST_F()
Drtcp_packet.h440 bool WithRrtr(Rrtr* rrtr);
Drtcp_packet.cc563 bool Xr::WithRrtr(Rrtr* rrtr) { in WithRrtr() function in webrtc::rtcp::Xr
Drtcp_sender.cc749 xr->WithRrtr(&rrtr); in BuildReceiverReferenceTime()