Home
last modified time | relevance | path

Searched defs:packet_copy (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/examples/androidvoip/jni/
Dandroid_voip_client.cc420 void AndroidVoipClient::SendRtpPacket(const std::vector<uint8_t>& packet_copy) { in SendRtpPacket()
432 std::vector<uint8_t> packet_copy(packet, packet + length); in SendRtp() local
440 const std::vector<uint8_t>& packet_copy) { in SendRtcpPacket()
450 std::vector<uint8_t> packet_copy(packet, packet + length); in SendRtcp() local
457 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() local
482 const std::vector<uint8_t>& packet_copy) { in ReadRTCPPacket()
500 std::vector<uint8_t> packet_copy(rtcp_packet, rtcp_packet + size); in OnSignalReadRTCPPacket() local
/external/webrtc/modules/rtp_rtcp/source/
Dflexfec_receiver.cc126 RtpPacketReceived packet_copy(packet); in AddReceivedPacket() local
/external/tcpdump/
Dsignature.c123 uint8_t *packet_copy, *sig_copy; in signature_verify() local
/external/webrtc/audio/
Dchannel_receive.cc660 RtpPacketReceived packet_copy(packet); in OnRtpPacket() local