Searched refs:SendApplicationDefinedRTCPPacket (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_rtp_rtcp_impl.h62 virtual int SendApplicationDefinedRTCPPacket(
H A Dvie_channel.h166 int32_t SendApplicationDefinedRTCPPacket(
H A Dvie_rtp_rtcp_impl.cc357 int ViERTP_RTCPImpl::SendApplicationDefinedRTCPPacket( function in class:webrtc::ViERTP_RTCPImpl
378 if (vie_channel->SendApplicationDefinedRTCPPacket(
H A Dvie_channel.cc978 int32_t ViEChannel::SendApplicationDefinedRTCPPacket( function in class:webrtc::ViEChannel
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h281 virtual int SendApplicationDefinedRTCPPacket( function in class:webrtc::VoERTP_RTCP
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_rtp_rtcp.cc675 EXPECT_EQ(0, ViE.rtp_rtcp->SendApplicationDefinedRTCPPacket(
794 EXPECT_EQ(0, ViE.rtp_rtcp->SendApplicationDefinedRTCPPacket(
796 EXPECT_NE(0, ViE.rtp_rtcp->SendApplicationDefinedRTCPPacket(
799 EXPECT_NE(0, ViE.rtp_rtcp->SendApplicationDefinedRTCPPacket(
805 EXPECT_EQ(0, ViE.rtp_rtcp->SendApplicationDefinedRTCPPacket(
810 EXPECT_NE(0, ViE.rtp_rtcp->SendApplicationDefinedRTCPPacket(
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h194 virtual int SendApplicationDefinedRTCPPacket(
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.h336 int SendApplicationDefinedRTCPPacket(unsigned char subType,
H A Dchannel.cc3270 Channel::SendApplicationDefinedRTCPPacket(unsigned char subType, function in class:webrtc::voe::Channel
3276 "Channel::SendApplicationDefinedRTCPPacket()");
3281 "SendApplicationDefinedRTCPPacket() not sending");
3288 "SendApplicationDefinedRTCPPacket() invalid data value");
3295 "SendApplicationDefinedRTCPPacket() invalid length value");
3303 "SendApplicationDefinedRTCPPacket() RTCP is disabled");
3316 "SendApplicationDefinedRTCPPacket() failed to send RTCP packet");
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h1052 WEBRTC_STUB(SendApplicationDefinedRTCPPacket, (const int, const unsigned char,
H A Dfakewebrtcvoiceengine.h962 WEBRTC_STUB(SendApplicationDefinedRTCPPacket, (int channel,

Completed in 343 milliseconds