Searched defs:RtcpReportBlock (Results 1 – 2 of 2) sorted by relevance
65 struct RtcpReportBlock { struct70 Ssrc ssrc = 0;79 int packet_fraction_lost_numerator = 0;80 static constexpr int kPacketFractionLostDenominator = 256;85 int cumulative_packets_lost = 0;89 uint32_t extended_high_sequence_number = 0;92 RtpTimeDelta jitter;117 // RtcpReportBlock::Delay timebase, then clamp and assign it to argument
19 RtcpReportBlock::RtcpReportBlock() : in RtcpReportBlock() function in RtcpReportBlock