Searched refs:restored_packet (Results 1 – 4 of 4) sorted by relevance
243 bool RTPPayloadRegistry::RestoreOriginalPacket(uint8_t** restored_packet, in RestoreOriginalPacket() argument255 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()
118 uint8_t restored_packet[1500] = {0}; in SendPacket() local119 uint8_t* restored_packet_ptr = restored_packet; in SendPacket()
136 uint8_t restored_packet[kMaxPacketSize]; in SendRtp() local137 uint8_t* restored_packet_ptr = restored_packet; in SendRtp()146 restored_packet, static_cast<int>(length), &header)); in SendRtp()
84 bool RestoreOriginalPacket(uint8_t** restored_packet,