Home | History | Annotate | Download | only in video

Lines Matching defs:report

752   // Aggregate the report blocks associated with streams sent on this channel.
767 // We have not received packets with an SSRC matching the report blocks. To
769 // first report block received.
777 RTCPReportBlock report =
779 *fraction_lost = report.fractionLost;
780 *cumulative_lost = report.cumulativeLost;
781 *extended_max = report.extendedHighSeqNum;
782 *jitter_samples = report.jitter;