Home | History | Annotate | Download | only in remote_bitrate_estimator

Lines Matching defs:Rtcp

79 // Generates an RTCP packet.
80 RtpStream::RtcpPacket* RtpStream::Rtcp(int64_t time_now_us) {
84 RtcpPacket* rtcp = new RtcpPacket;
86 rtcp->timestamp = rtp_timestamp_offset_ + static_cast<uint32_t>(
88 rtcp->ntp_secs = send_time_us / 1000000;
89 rtcp->ntp_frac = static_cast<int64_t>((send_time_us % 1000000) *
91 rtcp->ssrc = ssrc_;
93 return rtcp;
206 0)); // RTCP receive time.
456 0)); // RTCP receive time.