Home
last modified time | relevance | path

Searched refs:incoming_rtp_packet (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dfec_receiver_impl.cc78 const RTPHeader& header, const uint8_t* incoming_rtp_packet, in AddReceivedRedPacket() argument
98 incoming_rtp_packet[header.headerLength] & 0x7f; in AddReceivedRedPacket()
104 if (incoming_rtp_packet[header.headerLength] & 0x80) { in AddReceivedRedPacket()
113 (incoming_rtp_packet[header.headerLength + 1]) << 8; in AddReceivedRedPacket()
115 incoming_rtp_packet[header.headerLength + 2]; in AddReceivedRedPacket()
123 (0x03 & incoming_rtp_packet[header.headerLength + 2]) << 8; in AddReceivedRedPacket()
124 blockLength += (incoming_rtp_packet[header.headerLength + 3]); in AddReceivedRedPacket()
127 if (incoming_rtp_packet[header.headerLength + 4] & 0x80) { in AddReceivedRedPacket()
147 memcpy(received_packet->pkt->data, incoming_rtp_packet, in AddReceivedRedPacket()
158 incoming_rtp_packet + header.headerLength + REDHeaderLength, in AddReceivedRedPacket()
[all …]
Dfec_receiver_impl.h32 const uint8_t* incoming_rtp_packet,
/external/webrtc/webrtc/test/channel_transport/
Dchannel_transport.cc50 const int8_t* incoming_rtp_packet, in IncomingRTPPacket() argument
55 channel_, incoming_rtp_packet, packet_length, PacketTime()); in IncomingRTPPacket()
Dchannel_transport.h30 void IncomingRTPPacket(const int8_t* incoming_rtp_packet,
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Dfec_receiver.h37 const uint8_t* incoming_rtp_packet,