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

/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_network.h83 virtual int ReceivedRTPPacket(int channel,
86 virtual int ReceivedRTPPacket(int channel, function in class:webrtc::VoENetwork
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_network_impl.cc89 int VoENetworkImpl::ReceivedRTPPacket(int channel, function in class:webrtc::VoENetworkImpl
92 return ReceivedRTPPacket(channel, data, length, webrtc::PacketTime());
95 int VoENetworkImpl::ReceivedRTPPacket(int channel, function in class:webrtc::VoENetworkImpl
101 "ReceivedRTPPacket(channel=%d, length=%u)", channel, length);
117 "ReceivedRTPPacket() invalid data vector");
125 "ReceivedRTPPacket() failed to locate channel");
132 "ReceivedRTPPacket() external transport is not enabled");
135 return channelPtr->ReceivedRTPPacket((const int8_t*) data, length,
H A Dchannel.cc1754 int32_t Channel::ReceivedRTPPacket(const int8_t* data, int32_t length, function in class:webrtc::voe::Channel
1757 "Channel::ReceivedRTPPacket()");
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_network_impl.cc113 int ViENetworkImpl::ReceivedRTPPacket(const int video_channel, const void* data, function in class:webrtc::ViENetworkImpl
122 return vie_channel->ReceivedRTPPacket(data, length, packet_time);
H A Dvie_receiver.cc161 int ViEReceiver::ReceivedRTPPacket(const void* rtp_packet, function in class:webrtc::ViEReceiver
H A Dvie_channel.cc1373 int32_t ViEChannel::ReceivedRTPPacket( function in class:webrtc::ViEChannel
1382 return vie_receiver_.ReceivedRTPPacket(

Completed in 109 milliseconds