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

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

Completed in 2959 milliseconds