Home | History | Annotate | Download | only in source

Lines Matching defs:RTCP

98   // TODO(pwestin) move to constructors of each rtp/rtcp sender/receiver object.
104 // Make sure that RTCP objects are aware of our SSRC.
193 LOG_F(LS_WARNING) << "Timeout: No RTCP RR received.";
196 "Timeout: No increase in RTCP RR extended highest sequence number.";
261 // Allow receive of non-compound RTCP packets.
266 LOG(LS_WARNING) << "Incoming invalid RTCP packet";
394 // Sends RTCP BYE when going from true to false
397 LOG(LS_WARNING) << "Failed to send RTCP BYE";
406 // Make sure the RTCP sender has the same timestamp offset.
410 // Make sure that RTCP objects are aware of our SSRC (it could have changed
459 // Don't send RTCP from default module.
658 RTCPMethod ModuleRtpRtcpImpl::RTCP() const {
665 // Configure RTCP status i.e on/off.
741 // Force a send of an RTCP packet.
786 // Received RTCP report.
910 // Our RTCP NACK implementation is limited to kRtcpMaxNackFields sequence
911 // numbers per RTCP packet.
1136 // Send RTCP bye on the current SSRC.