HomeSort by relevance Sort by last modified time
    Searched refs:WithRrtr (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet_unittest.cc 364 EXPECT_TRUE(xr.WithRrtr(&rrtr));
383 EXPECT_TRUE(xr.WithRrtr(&rrtr1));
384 EXPECT_TRUE(xr.WithRrtr(&rrtr2));
536 EXPECT_TRUE(xr.WithRrtr(&rrtr));
557 EXPECT_TRUE(xr.WithRrtr(&rrtr));
577 EXPECT_TRUE(xr.WithRrtr(&rrtr));
578 EXPECT_FALSE(xr.WithRrtr(&rrtr));
rtcp_packet.h 440 bool WithRrtr(Rrtr* rrtr);
rtcp_receiver_unittest.cc 629 xr.WithRrtr(&rrtr);
705 xr.WithRrtr(&rrtr);
733 xr.WithRrtr(&rrtr);
769 xr.WithRrtr(&rrtr);
    [all...]
rtcp_packet.cc 563 bool Xr::WithRrtr(Rrtr* rrtr) {
rtcp_sender.cc 749 xr->WithRrtr(&rrtr);
    [all...]

Completed in 634 milliseconds