Searched defs:packet_copy (Results 1 – 4 of 4) sorted by relevance
420 void AndroidVoipClient::SendRtpPacket(const std::vector<uint8_t>& packet_copy) { in SendRtpPacket()432 std::vector<uint8_t> packet_copy(packet, packet + length); in SendRtp() local440 const std::vector<uint8_t>& packet_copy) { in SendRtcpPacket()450 std::vector<uint8_t> packet_copy(packet, packet + length); in SendRtcp() local457 void AndroidVoipClient::ReadRTPPacket(const std::vector<uint8_t>& packet_copy) { in ReadRTPPacket()475 std::vector<uint8_t> packet_copy(rtp_packet, rtp_packet + size); in OnSignalReadRTPPacket() local482 const std::vector<uint8_t>& packet_copy) { in ReadRTCPPacket()500 std::vector<uint8_t> packet_copy(rtcp_packet, rtcp_packet + size); in OnSignalReadRTCPPacket() local
126 RtpPacketReceived packet_copy(packet); in AddReceivedPacket() local
123 uint8_t *packet_copy, *sig_copy; in signature_verify() local
660 RtpPacketReceived packet_copy(packet); in OnRtpPacket() local