Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dreceiver_report_unittest.cc95 rr.WithReportBlock(rb); in TEST_F()
120 EXPECT_TRUE(rr.WithReportBlock(rb1)); in TEST_F()
121 EXPECT_TRUE(rr.WithReportBlock(rb2)); in TEST_F()
138 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST_F()
141 EXPECT_FALSE(rr.WithReportBlock(rb)); in TEST_F()
Dcompound_packet_unittest.cc37 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST()
68 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST()
90 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST()
121 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST()
Dreceiver_report.h36 bool WithReportBlock(const ReportBlock& block);
Dreceiver_report.cc79 bool ReceiverReport::WithReportBlock(const ReportBlock& block) { in WithReportBlock() function in webrtc::rtcp::ReceiverReport
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver_unittest.cc200 rr.WithReportBlock(rb); in TEST_F()
223 rr.WithReportBlock(rb); in TEST_F()
258 rr1.WithReportBlock(rb1); in TEST_F()
259 rr1.WithReportBlock(rb2); in TEST_F()
281 rr2.WithReportBlock(rb3); in TEST_F()
282 rr2.WithReportBlock(rb4); in TEST_F()
321 rr1.WithReportBlock(rb1); in TEST_F()
344 rr2.WithReportBlock(rb2); in TEST_F()
378 rr.WithReportBlock(rb); in TEST_F()
490 rr.WithReportBlock(rb1); in TEST_F()
[all …]
Drtcp_packet_unittest.cc74 EXPECT_TRUE(sr.WithReportBlock(rb)); in TEST()
93 EXPECT_TRUE(sr.WithReportBlock(rb1)); in TEST()
94 EXPECT_TRUE(sr.WithReportBlock(rb2)); in TEST()
113 EXPECT_TRUE(sr.WithReportBlock(rb)); in TEST()
116 EXPECT_FALSE(sr.WithReportBlock(rb)); in TEST()
311 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST()
Drtcp_packet.h177 bool WithReportBlock(const ReportBlock& block);
Drtcp_sender.cc488 report->WithReportBlock(it.second); in BuildSR()
513 report->WithReportBlock(it.second); in BuildRR()
Drtcp_packet.cc407 bool SenderReport::WithReportBlock(const ReportBlock& block) { in WithReportBlock() function in webrtc::rtcp::SenderReport
/external/webrtc/webrtc/call/
Drtc_event_log_unittest.cc361 sender_report.WithReportBlock(report_block); in GenerateRtcpPacket()