Searched refs:WithReportBlock (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dreceiver_report.h36 bool WithReportBlock(const ReportBlock& block);
H A Dreceiver_report_unittest.cc95 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));
H A Dcompound_packet_unittest.cc37 EXPECT_TRUE(rr.WithReportBlock(rb));
68 EXPECT_TRUE(rr.WithReportBlock(rb));
90 EXPECT_TRUE(rr.WithReportBlock(rb));
121 EXPECT_TRUE(rr.WithReportBlock(rb));
H A Dreceiver_report.cc79 bool ReceiverReport::WithReportBlock(const ReportBlock& block) { function in class:webrtc::rtcp::ReceiverReport
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver_unittest.cc200 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(rb
[all...]
H A Drtcp_packet_unittest.cc74 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));
H A Drtcp_packet.h45 // rr.WithReportBlock(&report_block)
177 bool WithReportBlock(const ReportBlock& block);
H A Drtcp_sender.cc488 report->WithReportBlock(it.second);
513 report->WithReportBlock(it.second);
H A Drtcp_packet.cc407 bool SenderReport::WithReportBlock(const ReportBlock& block) { function in class:webrtc::rtcp::SenderReport
/external/webrtc/webrtc/call/
H A Drtc_event_log_unittest.cc361 sender_report.WithReportBlock(report_block);

Completed in 148 milliseconds