Home
last modified time | relevance | path

Searched refs:rtpPacket (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.h141 const int8_t* rtpPacket,
166 void IncomingRTPFunction(const int8_t* rtpPacket,
Dudp_transport_impl.cc2094 const int8_t* rtpPacket, in IncomingRTPCallback() argument
2098 if (rtpPacket && rtpPacketLength > 0) in IncomingRTPCallback()
2101 socketTransport->IncomingRTPFunction(rtpPacket, rtpPacketLength, from); in IncomingRTPCallback()
2118 void UdpTransportImpl::IncomingRTPFunction(const int8_t* rtpPacket, in IncomingRTPFunction() argument
2176 _packetCallback->IncomingRTPPacket(rtpPacket, rtpPacketLength, in IncomingRTPFunction()