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
227 bool RTPHeaderParser::RTCP() const {
230 // for RTCP 200 SR == marker bit + 72
231 // for RTCP 204 APP == marker bit + 76
233 * RTCP
278 bool RTCP = false;
281 RTCP = true;
296 RTCP = true;
299 return RTCP;
rtp_rtcp_impl.cc 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 change
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 169 enum Flags { RTCP = 0x1, RTCP_MUX = 0x2, SECURE = 0x4, SSRC_MUX = 0x8,
224 (flags1 & RTCP) != 0));
226 (flags2 & RTCP) != 0));
279 (flags & RTCP) != 0));
281 (flags & RTCP) != 0));
311 bool rtcp) {
313 thread, engine, ch, session, cricket::CN_AUDIO, rtcp);
482 // Set SSRC in the rtcp packet copy.
628 // Test that SetLocalContent and SetRemoteContent properly set RTCP
631 CreateChannels(RTCP, RTCP)
1818 TransportChannel* rtcp = channel1_->rtcp_transport_channel(); local
    [all...]

Completed in 1375 milliseconds