Home
last modified time | relevance | path

Searched refs:StopRTPDump (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
Drtp_rtcp_test.cc171 EXPECT_EQ(0, voe_rtp_rtcp_->StopRTPDump(channel_, webrtc::kRtpIncoming)); in TEST_F()
172 EXPECT_EQ(0, voe_rtp_rtcp_->StopRTPDump(channel_, webrtc::kRtpOutgoing)); in TEST_F()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_sender.h40 int StopRTPDump();
Dvie_sender.cc74 int ViESender::StopRTPDump() { in StopRTPDump() function in webrtc::ViESender
Dvie_receiver.h69 int StopRTPDump();
Dvie_rtp_rtcp_impl.h132 virtual int StopRTPDump(const int video_channel, RTPDirections direction);
Dvie_receiver.cc375 int ViEReceiver::StopRTPDump() { in StopRTPDump() function in webrtc::ViEReceiver
Dvie_rtp_rtcp_impl.cc861 int ViERTP_RTCPImpl::StopRTPDump(const int video_channel, in StopRTPDump() function in webrtc::ViERTP_RTCPImpl
871 if (vie_channel->StopRTPDump(direction) != 0) { in StopRTPDump()
Dvie_channel.h227 int32_t StopRTPDump(RTPDirections direction);
Dvie_channel.cc1262 int32_t ViEChannel::StopRTPDump(RTPDirections direction) { in StopRTPDump() function in webrtc::ViEChannel
1264 return vie_receiver_.StopRTPDump(); in StopRTPDump()
1266 return vie_sender_.StopRTPDump(); in StopRTPDump()
/external/chromium_org/third_party/webrtc/voice_engine/
Dvoe_rtp_rtcp_impl.h91 virtual int StopRTPDump(int channel,
Dvoe_rtp_rtcp_impl.cc511 int VoERTP_RTCPImpl::StopRTPDump(int channel, RTPDirections direction) in StopRTPDump() function in webrtc::VoERTP_RTCPImpl
528 return channelPtr->StopRTPDump(direction); in StopRTPDump()
Dchannel.h350 int StopRTPDump(RTPDirections direction);
Dchannel.cc3603 Channel::StopRTPDump(RTPDirections direction) in StopRTPDump() function in webrtc::voe::Channel
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc497 EXPECT_EQ(0, ViE.rtp_rtcp->StopRTPDump( in ViERtpRtcpStandardTest()
499 EXPECT_EQ(0, ViE.rtp_rtcp->StopRTPDump( in ViERtpRtcpStandardTest()
830 EXPECT_EQ(0, ViE.rtp_rtcp->StopRTPDump( in ViERtpRtcpAPITest()
832 EXPECT_NE(0, ViE.rtp_rtcp->StopRTPDump( in ViERtpRtcpAPITest()
836 EXPECT_EQ(0, ViE.rtp_rtcp->StopRTPDump( in ViERtpRtcpAPITest()
838 EXPECT_NE(0, ViE.rtp_rtcp->StopRTPDump( in ViERtpRtcpAPITest()
Dvie_autotest_record.cc458 ptrViERtpRtcp->StopRTPDump(videoChannel, webrtc::kRtpOutgoing); in VideoEngineSampleRecordCode()
459 ptrVoERtpRtcp->StopRTPDump(audio_channel, webrtc::kRtpOutgoing); in VideoEngineSampleRecordCode()
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h251 virtual int StopRTPDump(
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_rtp_rtcp.h461 virtual int StopRTPDump(const int video_channel,
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
Dvoice_engine_jni.cc414 return voe_data->rtp->StopRTPDump( in JOWW()
Dvideo_engine_jni.cc650 return vie_data->rtp->StopRTPDump( in JOWW()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h1224 WEBRTC_STUB(StopRTPDump, (const int, webrtc::RTPDirections));
Dfakewebrtcvoiceengine.h1017 WEBRTC_STUB(StopRTPDump, (int channel, webrtc::RTPDirections direction));