HomeSort by relevance Sort by last modified time
    Searched refs:StopRTPDump (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/
vie_sender.h 40 int StopRTPDump();
vie_sender.cc 74 int ViESender::StopRTPDump() {
vie_receiver.h 69 int StopRTPDump();
vie_rtp_rtcp_impl.h 132 virtual int StopRTPDump(const int video_channel, RTPDirections direction);
vie_receiver.cc 375 int ViEReceiver::StopRTPDump() {
vie_channel.h 227 int32_t StopRTPDump(RTPDirections direction);
vie_rtp_rtcp_impl.cc 861 int ViERTP_RTCPImpl::StopRTPDump(const int video_channel,
871 if (vie_channel->StopRTPDump(direction) != 0) {
    [all...]
vie_channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.h 91 virtual int StopRTPDump(int channel,
voe_rtp_rtcp_impl.cc 511 int VoERTP_RTCPImpl::StopRTPDump(int channel, RTPDirections direction)
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");
channel.h 350 int StopRTPDump(RTPDirections direction);
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_test.cc 171 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/include/
voe_rtp_rtcp.h 251 virtual int StopRTPDump(
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_rtp_rtcp.cc 497 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(
    [all...]
vie_autotest_record.cc 458 ptrViERtpRtcp->StopRTPDump(videoChannel, webrtc::kRtpOutgoing);
459 ptrVoERtpRtcp->StopRTPDump(audio_channel, webrtc::kRtpOutgoing);
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_rtp_rtcp.h 461 virtual int StopRTPDump(const int video_channel,
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
voice_engine_jni.cc 414 return voe_data->rtp->StopRTPDump(
video_engine_jni.cc 650 return vie_data->rtp->StopRTPDump(
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h     [all...]
fakewebrtcvoiceengine.h     [all...]

Completed in 329 milliseconds