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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_network_impl.cc139 int VoENetworkImpl::ReceivedRTCPPacket(int channel, const void* data, function in class:webrtc::VoENetworkImpl
143 "ReceivedRTCPPacket(channel=%d, length=%u)", channel, length);
152 "ReceivedRTCPPacket() invalid packet length");
158 "ReceivedRTCPPacket() invalid data vector");
166 "ReceivedRTCPPacket() failed to locate channel");
172 "ReceivedRTCPPacket() external transport is not enabled");
175 return channelPtr->ReceivedRTCPPacket((const int8_t*) data, length);
H A Dchannel.cc1877 int32_t Channel::ReceivedRTCPPacket(const int8_t* data, int32_t length) { function in class:webrtc::voe::Channel
1879 "Channel::ReceivedRTCPPacket()");
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_network_impl.cc125 int ViENetworkImpl::ReceivedRTCPPacket(const int video_channel, function in class:webrtc::ViENetworkImpl
133 return vie_channel->ReceivedRTCPPacket(data, length);
H A Dvie_receiver.cc168 int ViEReceiver::ReceivedRTCPPacket(const void* rtcp_packet, function in class:webrtc::ViEReceiver
H A Dvie_channel.cc1386 int32_t ViEChannel::ReceivedRTCPPacket( function in class:webrtc::ViEChannel
1394 return vie_receiver_.ReceivedRTCPPacket(rtcp_packet, rtcp_packet_length);

Completed in 338 milliseconds