Searched refs:incoming_rtp_packet (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | fec_receiver_impl.cc | 78 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 …]
|
D | fec_receiver_impl.h | 32 const uint8_t* incoming_rtp_packet,
|
/external/webrtc/webrtc/test/channel_transport/ |
D | channel_transport.cc | 50 const int8_t* incoming_rtp_packet, in IncomingRTPPacket() argument 55 channel_, incoming_rtp_packet, packet_length, PacketTime()); in IncomingRTPPacket()
|
D | channel_transport.h | 30 void IncomingRTPPacket(const int8_t* incoming_rtp_packet,
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | fec_receiver.h | 37 const uint8_t* incoming_rtp_packet,
|