Searched refs:incoming_rtp_packet (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | fec_receiver_impl.cc | 73 const RTPHeader& header, const uint8_t* incoming_rtp_packet, in AddReceivedRedPacket() argument 88 incoming_rtp_packet[header.headerLength] & 0x7f; in AddReceivedRedPacket() 94 if (incoming_rtp_packet[header.headerLength] & 0x80) { in AddReceivedRedPacket() 98 (incoming_rtp_packet[header.headerLength + 1]) << 8; in AddReceivedRedPacket() 100 incoming_rtp_packet[header.headerLength + 2]; in AddReceivedRedPacket() 111 (0x03 & incoming_rtp_packet[header.headerLength + 2]) << 8; in AddReceivedRedPacket() 112 blockLength += (incoming_rtp_packet[header.headerLength + 3]); in AddReceivedRedPacket() 115 if (incoming_rtp_packet[header.headerLength + 4] & 0x80) { in AddReceivedRedPacket() 135 memcpy(received_packet->pkt->data, incoming_rtp_packet, in AddReceivedRedPacket() 146 incoming_rtp_packet + header.headerLength + REDHeaderLength, in AddReceivedRedPacket() [all …]
|
D | fec_receiver_impl.h | 32 const uint8_t* incoming_rtp_packet,
|
/external/chromium_org/third_party/webrtc/test/channel_transport/ |
D | channel_transport.cc | 52 const int8_t* incoming_rtp_packet, in IncomingRTPPacket() argument 57 channel_, incoming_rtp_packet, packet_length, PacketTime()); in IncomingRTPPacket() 105 const int8_t* incoming_rtp_packet, in IncomingRTPPacket() argument 110 channel_, incoming_rtp_packet, packet_length, PacketTime()); in IncomingRTPPacket()
|
/external/chromium_org/third_party/webrtc/test/channel_transport/include/ |
D | channel_transport.h | 31 virtual void IncomingRTPPacket(const int8_t* incoming_rtp_packet, 62 virtual void IncomingRTPPacket(const int8_t* incoming_rtp_packet,
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
D | fec_receiver.h | 26 const uint8_t* incoming_rtp_packet,
|