Lines Matching defs:packet

198                      "Channel::SendPacket() failed to send RTP packet due to"
206 // Dump the RTP packet to a file (if RTP dump is enabled).
242 "Channel::SendRTCPPacket() failed to send RTCP packet"
250 // Dump the RTCP packet to a file (if RTP dump is enabled).
482 // It is possible that the connection is alive even if no RTP packet has
484 // and a low SID-packet update rate.
523 // packet as discarded.
526 "received packet is discarded since playing is not"
543 // Update the packet delay.
1471 "SetSendCodec() failed to set audio packet size");
1488 // |fraction_lost| from BitrateObserver is short time observation of packet
1496 kTraceError, "OnNetworkChanged() failed to set packet loss rate");
1759 // Store playout timestamp for the received RTP packet
1762 // Dump the RTP packet to a file (if RTP dump is enabled).
1773 "Incoming packet: invalid RTP header");
1804 bool Channel::ReceivePacket(const uint8_t* packet,
1809 return HandleEncapsulation(packet, packet_length, header);
1811 const uint8_t* payload = packet + header.headerLength;
1823 bool Channel::HandleEncapsulation(const uint8_t* packet,
1836 "Multiple RTX headers detected, dropping packet");
1841 &restored_packet_ptr, packet, &packet_length, rtp_receiver_->SSRC(),
1844 "Incoming RTX packet: invalid RTP header");
1880 // Store playout timestamp for the received RTCP packet
1883 // Dump the RTCP packet to a file (if RTP dump is enabled).
1891 // Deliver RTCP packet to RTP/RTCP module for parsing
1896 "Channel::IncomingRTPPacket() RTCP packet is invalid");
3197 // We only utilize 12 out of 20 bytes in the sender info (ignores packet
3211 // This value is updated on each incoming RTCP packet (0 when no packet
3307 // Create and schedule the RTCP APP packet for transmission
3316 "SendApplicationDefinedRTCPPacket() failed to send RTCP packet");
3328 // The jitter statistics is updated for each received RTP packet and is
3403 // The jitter statistics is updated for each received RTP packet and is
3955 // This can happen if this channel has not been received any RTP packet. In
4286 // every incoming packet.
4293 // This can happen when a network glitch causes a packet to arrive late,