Searched defs:rtpPacketLength (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc2095 size_t rtpPacketLength,
2098 if (rtpPacket && rtpPacketLength > 0)
2101 socketTransport->IncomingRTPFunction(rtpPacket, rtpPacketLength, from);
2119 size_t rtpPacketLength,
2176 _packetCallback->IncomingRTPPacket(rtpPacket, rtpPacketLength,
2093 IncomingRTPCallback(CallbackObj obj, const int8_t* rtpPacket, size_t rtpPacketLength, const SocketAddress* from) argument
2118 IncomingRTPFunction(const int8_t* rtpPacket, size_t rtpPacketLength, const SocketAddress* fromSocket) argument

Completed in 69 milliseconds