/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/ |
D | rtp_rtcp_test.cc | 171 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/ |
D | vie_sender.h | 40 int StopRTPDump();
|
D | vie_sender.cc | 74 int ViESender::StopRTPDump() { in StopRTPDump() function in webrtc::ViESender
|
D | vie_receiver.h | 69 int StopRTPDump();
|
D | vie_rtp_rtcp_impl.h | 132 virtual int StopRTPDump(const int video_channel, RTPDirections direction);
|
D | vie_receiver.cc | 375 int ViEReceiver::StopRTPDump() { in StopRTPDump() function in webrtc::ViEReceiver
|
D | vie_rtp_rtcp_impl.cc | 861 int ViERTP_RTCPImpl::StopRTPDump(const int video_channel, in StopRTPDump() function in webrtc::ViERTP_RTCPImpl 871 if (vie_channel->StopRTPDump(direction) != 0) { in StopRTPDump()
|
D | vie_channel.h | 227 int32_t StopRTPDump(RTPDirections direction);
|
D | vie_channel.cc | 1262 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/ |
D | voe_rtp_rtcp_impl.h | 91 virtual int StopRTPDump(int channel,
|
D | voe_rtp_rtcp_impl.cc | 511 int VoERTP_RTCPImpl::StopRTPDump(int channel, RTPDirections direction) in StopRTPDump() function in webrtc::VoERTP_RTCPImpl 528 return channelPtr->StopRTPDump(direction); in StopRTPDump()
|
D | channel.h | 350 int StopRTPDump(RTPDirections direction);
|
D | channel.cc | 3603 Channel::StopRTPDump(RTPDirections direction) in StopRTPDump() function in webrtc::voe::Channel
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_rtp_rtcp.cc | 497 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()
|
D | vie_autotest_record.cc | 458 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/ |
D | voe_rtp_rtcp.h | 251 virtual int StopRTPDump(
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_rtp_rtcp.h | 461 virtual int StopRTPDump(const int video_channel,
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/ |
D | voice_engine_jni.cc | 414 return voe_data->rtp->StopRTPDump( in JOWW()
|
D | video_engine_jni.cc | 650 return vie_data->rtp->StopRTPDump( in JOWW()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvideoengine.h | 1224 WEBRTC_STUB(StopRTPDump, (const int, webrtc::RTPDirections));
|
D | fakewebrtcvoiceengine.h | 1017 WEBRTC_STUB(StopRTPDump, (int channel, webrtc::RTPDirections direction));
|