Home
last modified time | relevance | path

Searched refs:report_count (Results 1 – 8 of 8) sorted by relevance

/external/openscreen/cast/streaming/
Drtcp_common.cc27 OSP_DCHECK_LE(with.report_count, in AppendFields()
29 byte0 |= with.report_count; in AppendFields()
91 header.with.report_count = report_count_or_subtype; in Parse()
210 int report_count, in ParseOne() argument
212 if (static_cast<int>(buffer.size()) < (kRtcpReportBlockSize * report_count)) { in ParseOne()
217 for (int block = 0; block < report_count; ++block) { in ParseOne()
Dsender_report_builder.cc31 header.with.report_count = 1; in BuildPacket()
34 header.with.report_count = 0; in BuildPacket()
Drtcp_common.h33 int report_count; member
130 ParseOne(absl::Span<const uint8_t> buffer, int report_count, Ssrc ssrc);
Drtcp_common_unittest.cc33 original.with.report_count = 31; in TEST()
42 EXPECT_EQ(original.with.report_count, parsed->with.report_count); in TEST()
Dsender_report_parser.cc62 chunk, header->with.report_count, session_->receiver_ssrc()); in Parse()
Dcompound_rtcp_builder.cc123 header.with.report_count = 1; in AppendReceiverReportPacket()
126 header.with.report_count = 0; in AppendReceiverReportPacket()
Dcompound_rtcp_parser.cc120 if (!ParseReceiverReport(payload, header->with.report_count, in Parse()
/external/llvm-project/lldb/test/API/functionalities/tsan/multiple/
DTestTsanMultiple.py44 report_count = 0
47 report_count += 1