Searched defs:incoming_rtp_packet (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dfec_receiver_impl.cc78 const RTPHeader& header, const uint8_t* incoming_rtp_packet,
98 incoming_rtp_packet[header.headerLength] & 0x7f;
104 if (incoming_rtp_packet[header.headerLength] & 0x80) {
113 (incoming_rtp_packet[header.headerLength + 1]) << 8;
115 incoming_rtp_packet[header.headerLength + 2];
123 (0x03 & incoming_rtp_packet[header.headerLength + 2]) << 8;
124 blockLength += (incoming_rtp_packet[header.headerLength + 3]);
127 if (incoming_rtp_packet[header.headerLength + 4] & 0x80) {
147 memcpy(received_packet->pkt->data, incoming_rtp_packet,
158 incoming_rtp_packet
77 AddReceivedRedPacket( const RTPHeader& header, const uint8_t* incoming_rtp_packet, size_t packet_length, uint8_t ulpfec_payload_type) argument
[all...]
/external/webrtc/webrtc/test/channel_transport/
H A Dchannel_transport.cc50 const int8_t* incoming_rtp_packet,
55 channel_, incoming_rtp_packet, packet_length, PacketTime());
49 IncomingRTPPacket( const int8_t* incoming_rtp_packet, const size_t packet_length, const char* , const uint16_t ) argument

Completed in 113 milliseconds