Home
last modified time | relevance | path

Searched refs:restored_packet (Results 1 – 4 of 4) sorted by relevance

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