Home
last modified time | relevance | path

Searched refs:rtpPacketLength (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.h142 size_t rtpPacketLength,
167 size_t rtpPacketLength,
Dudp_transport.h101 const size_t rtpPacketLength,
Dudp_transport_impl.cc2095 size_t rtpPacketLength, in IncomingRTPCallback() argument
2098 if (rtpPacket && rtpPacketLength > 0) in IncomingRTPCallback()
2101 socketTransport->IncomingRTPFunction(rtpPacket, rtpPacketLength, from); in IncomingRTPCallback()
2119 size_t rtpPacketLength, in IncomingRTPFunction() argument
2176 _packetCallback->IncomingRTPPacket(rtpPacket, rtpPacketLength, in IncomingRTPFunction()