Home
last modified time | relevance | path

Searched refs:kRtcpSenderReportSize (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/cast/streaming/
Dsender_report_builder.h42 kRtcpCommonHeaderSize + kRtcpSenderReportSize + kRtcpReportBlockSize;
Dsender_report_parser.cc46 if (header->payload_size < kRtcpSenderReportSize) { in Parse()
Dsender_report_builder.cc29 header.payload_size = kRtcpSenderReportSize; in BuildPacket()
Drtp_defines.h196 constexpr int kRtcpSenderReportSize = 24; variable
Dsender_report_unittest.cc133 uint8_t buffer[kRtcpCommonHeaderSize + kRtcpSenderReportSize + in TEST_F()