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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dfec_receiver_impl.cc73 const RTPHeader& header, const uint8_t* incoming_rtp_packet,
88 incoming_rtp_packet[header.headerLength] & 0x7f;
94 if (incoming_rtp_packet[header.headerLength] & 0x80) {
98 (incoming_rtp_packet[header.headerLength + 1]) << 8;
100 incoming_rtp_packet[header.headerLength + 2];
111 (0x03 & incoming_rtp_packet[header.headerLength + 2]) << 8;
112 blockLength += (incoming_rtp_packet[header.headerLength + 3]);
115 if (incoming_rtp_packet[header.headerLength + 4] & 0x80) {
135 memcpy(received_packet->pkt->data, incoming_rtp_packet,
146 incoming_rtp_packet
72 AddReceivedRedPacket( const RTPHeader& header, const uint8_t* incoming_rtp_packet, int packet_length, uint8_t ulpfec_payload_type) argument
[all...]
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dchannel_transport.cc52 const int8_t* incoming_rtp_packet,
57 channel_, incoming_rtp_packet, packet_length, PacketTime());
105 const int8_t* incoming_rtp_packet,
110 channel_, incoming_rtp_packet, packet_length, PacketTime());
51 IncomingRTPPacket( const int8_t* incoming_rtp_packet, const int32_t packet_length, const char* , const uint16_t ) argument
104 IncomingRTPPacket( const int8_t* incoming_rtp_packet, const int32_t packet_length, const char* , const uint16_t ) argument

Completed in 100 milliseconds