HomeSort by relevance Sort by last modified time
    Searched defs:RTCP (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 83 bool RtpHeaderParser::RTCP() const {
86 // for RTCP 200 SR == marker bit + 72
87 // for RTCP 204 APP == marker bit + 76
89 * RTCP
rtp_rtcp_impl.cc 103 // Make sure that RTCP objects are aware of our SSRC.
153 LOG_F(LS_WARNING) << "Timeout: No RTCP RR received.";
156 "Timeout: No increase in RTCP RR extended highest sequence number.";
225 // Allow receive of non-compound RTCP packets.
230 LOG(LS_WARNING) << "Incoming invalid RTCP packet";
329 // TODO(pbos): Handle media and RTX streams separately (separate RTCP
362 // Sends RTCP BYE when going from true to false
364 LOG(LS_WARNING) << "Failed to send RTCP BYE";
373 // Make sure the RTCP sender has the same timestamp offset.
377 // Make sure that RTCP objects are aware of our SSRC (it could have change
    [all...]
  /external/webrtc/talk/session/media/
channel_unittest.cc 127 enum Flags { RTCP = 0x1, RTCP_MUX = 0x2, SECURE = 0x4, SSRC_MUX = 0x8,
157 (flags1 & RTCP) != 0));
160 (flags2 & RTCP) != 0));
208 bool rtcp) {
210 thread, engine, ch, transport_controller, cricket::CN_AUDIO, rtcp);
383 // Set SSRC in the rtcp packet copy.
521 // Test that SetLocalContent and SetRemoteContent properly set RTCP
524 CreateChannels(RTCP, RTCP);
529 // Both sides agree on mux. Should no longer be a separate RTCP channel
1746 TransportChannel* rtcp = channel1_->rtcp_transport_channel(); local
    [all...]

Completed in 110 milliseconds