Searched refs:rtpPacket (Results 1 – 2 of 2) sorted by relevance
141 const int8_t* rtpPacket,166 void IncomingRTPFunction(const int8_t* rtpPacket,
2094 const int8_t* rtpPacket, in IncomingRTPCallback() argument2098 if (rtpPacket && rtpPacketLength > 0) in IncomingRTPCallback()2101 socketTransport->IncomingRTPFunction(rtpPacket, rtpPacketLength, from); in IncomingRTPCallback()2118 void UdpTransportImpl::IncomingRTPFunction(const int8_t* rtpPacket, in IncomingRTPFunction() argument2176 _packetCallback->IncomingRTPPacket(rtpPacket, rtpPacketLength, in IncomingRTPFunction()