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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
receiver_report.h 36 bool WithReportBlock(const ReportBlock& block);
receiver_report_unittest.cc 95 rr.WithReportBlock(rb);
120 EXPECT_TRUE(rr.WithReportBlock(rb1));
121 EXPECT_TRUE(rr.WithReportBlock(rb2));
138 EXPECT_TRUE(rr.WithReportBlock(rb));
141 EXPECT_FALSE(rr.WithReportBlock(rb));
compound_packet_unittest.cc 37 EXPECT_TRUE(rr.WithReportBlock(rb));
68 EXPECT_TRUE(rr.WithReportBlock(rb));
90 EXPECT_TRUE(rr.WithReportBlock(rb));
121 EXPECT_TRUE(rr.WithReportBlock(rb));
receiver_report.cc 79 bool ReceiverReport::WithReportBlock(const ReportBlock& block) {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_unittest.cc 200 rr.WithReportBlock(rb);
223 rr.WithReportBlock(rb);
258 rr1.WithReportBlock(rb1);
259 rr1.WithReportBlock(rb2);
281 rr2.WithReportBlock(rb3);
282 rr2.WithReportBlock(rb4);
321 rr1.WithReportBlock(rb1);
344 rr2.WithReportBlock(rb2);
378 rr.WithReportBlock(rb);
490 rr.WithReportBlock(rb1)
    [all...]
rtcp_packet_unittest.cc 74 EXPECT_TRUE(sr.WithReportBlock(rb));
93 EXPECT_TRUE(sr.WithReportBlock(rb1));
94 EXPECT_TRUE(sr.WithReportBlock(rb2));
113 EXPECT_TRUE(sr.WithReportBlock(rb));
116 EXPECT_FALSE(sr.WithReportBlock(rb));
311 EXPECT_TRUE(rr.WithReportBlock(rb));
rtcp_packet.h 45 // rr.WithReportBlock(&report_block)
177 bool WithReportBlock(const ReportBlock& block);
rtcp_sender.cc 488 report->WithReportBlock(it.second);
513 report->WithReportBlock(it.second);
    [all...]
rtcp_packet.cc 407 bool SenderReport::WithReportBlock(const ReportBlock& block) {
  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 361 sender_report.WithReportBlock(report_block);

Completed in 1709 milliseconds