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

  /external/chromium_org/third_party/webrtc/modules/utility/source/
rtp_dump_impl.cc 53 // Actual header+payload length for RTP, 0 for RTCP.
166 // If the packet doesn't contain a valid RTCP header the packet will be
168 bool isRTCP = RTCP(packet);
208 bool RtpDumpImpl::RTCP(const uint8_t* packet) const
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 128 /* for RTP/RTCP
200 bool RtpHeaderParser::RTCP() const {
203 // for RTCP 200 SR == marker bit + 72
204 // for RTCP 204 APP == marker bit + 76
206 * RTCP
251 bool RTCP = false;
254 RTCP = true;
269 RTCP = true;
272 return RTCP;
rtp_rtcp_impl.cc 103 // TODO(pwestin) move to constructors of each rtp/rtcp sender/receiver object.
109 // Make sure that RTCP objects are aware of our SSRC.
198 LOG_F(LS_WARNING) << "Timeout: No RTCP RR received.";
201 "Timeout: No increase in RTCP RR extended highest sequence number.";
265 // Allow receive of non-compound RTCP packets.
270 LOG(LS_WARNING) << "Incoming invalid RTCP packet";
420 // TODO(pbos): Handle media and RTX streams separately (separate RTCP
451 // Sends RTCP BYE when going from true to false
453 LOG(LS_WARNING) << "Failed to send RTCP BYE";
462 // Make sure the RTCP sender has the same timestamp offset
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 127 enum Flags { RTCP = 0x1, RTCP_MUX = 0x2, SECURE = 0x4, SSRC_MUX = 0x8,
182 (flags1 & RTCP) != 0));
184 (flags2 & RTCP) != 0));
237 (flags & RTCP) != 0));
239 (flags & RTCP) != 0));
269 bool rtcp) {
271 thread, engine, ch, session, cricket::CN_AUDIO, rtcp);
440 // Set SSRC in the rtcp packet copy.
586 // Test that SetLocalContent and SetRemoteContent properly set RTCP
589 CreateChannels(RTCP, RTCP)
1776 TransportChannel* rtcp = channel1_->rtcp_transport_channel(); local
    [all...]

Completed in 1832 milliseconds