Searched defs:restored_packet (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_payload_registry.cc243 bool RTPPayloadRegistry::RestoreOriginalPacket(uint8_t** restored_packet, argument
255 memcpy(*restored_packet, packet, header.headerLength);
256 memcpy(*restored_packet + header.headerLength,
262 RtpUtility::AssignUWord16ToBuffer(*restored_packet + 2,
264 RtpUtility::AssignUWord32ToBuffer(*restored_packet + 8, original_ssrc);
271 (*restored_packet)[1] = static_cast<uint8_t>(incoming_payload_type_);
273 (*restored_packet)[1] |= kRtpMarkerBitMask; // Marker bit is set.
H A Dnack_rtx_unittest.cc118 uint8_t restored_packet[1500] = {0}; local
119 uint8_t* restored_packet_ptr = restored_packet;
/external/chromium_org/third_party/webrtc/video/
H A Drampup_tests.cc136 uint8_t restored_packet[kMaxPacketSize]; local
137 uint8_t* restored_packet_ptr = restored_packet;
146 restored_packet, static_cast<int>(length), &header));

Completed in 928 milliseconds