Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
Drtp_rtcp_test.cc164 EXPECT_EQ(0, voe_rtp_rtcp_->StartRTPDump( in TEST_F()
166 EXPECT_EQ(0, voe_rtp_rtcp_->StartRTPDump( in TEST_F()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_sender.h39 int StartRTPDump(const char file_nameUTF8[1024]);
Dvie_sender.cc55 int ViESender::StartRTPDump(const char file_nameUTF8[1024]) { in StartRTPDump() function in webrtc::ViESender
Dvie_receiver.h68 int StartRTPDump(const char file_nameUTF8[1024]);
Dvie_rtp_rtcp_impl.h129 virtual int StartRTPDump(const int video_channel,
Dvie_receiver.cc356 int ViEReceiver::StartRTPDump(const char file_nameUTF8[1024]) { in StartRTPDump() function in webrtc::ViEReceiver
Dvie_rtp_rtcp_impl.cc841 int ViERTP_RTCPImpl::StartRTPDump(const int video_channel, in StartRTPDump() function in webrtc::ViERTP_RTCPImpl
854 if (vie_channel->StartRTPDump(file_nameUTF8, direction) != 0) { in StartRTPDump()
Dvie_channel.h225 int32_t StartRTPDump(const char file_nameUTF8[1024],
Dvie_channel.cc1253 int32_t ViEChannel::StartRTPDump(const char file_nameUTF8[1024], in StartRTPDump() function in webrtc::ViEChannel
1256 return vie_receiver_.StartRTPDump(file_nameUTF8); in StartRTPDump()
1258 return vie_sender_.StartRTPDump(file_nameUTF8); in StartRTPDump()
/external/chromium_org/third_party/webrtc/voice_engine/
Dvoe_rtp_rtcp_impl.h87 virtual int StartRTPDump(int channel,
Dvoe_rtp_rtcp_impl.cc487 int VoERTP_RTCPImpl::StartRTPDump(int channel, in StartRTPDump() function in webrtc::VoERTP_RTCPImpl
508 return channelPtr->StartRTPDump(fileNameUTF8, direction); in StartRTPDump()
Dchannel.h349 int StartRTPDump(const char fileNameUTF8[1024], RTPDirections direction);
Dchannel.cc3569 Channel::StartRTPDump(const char fileNameUTF8[1024], in StartRTPDump() function in webrtc::voe::Channel
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc484 EXPECT_EQ(0, ViE.rtp_rtcp->StartRTPDump( in ViERtpRtcpStandardTest()
486 EXPECT_EQ(0, ViE.rtp_rtcp->StartRTPDump( in ViERtpRtcpStandardTest()
828 EXPECT_EQ(0, ViE.rtp_rtcp->StartRTPDump( in ViERtpRtcpAPITest()
834 EXPECT_EQ(0, ViE.rtp_rtcp->StartRTPDump( in ViERtpRtcpAPITest()
840 EXPECT_NE(0, ViE.rtp_rtcp->StartRTPDump( in ViERtpRtcpAPITest()
Dvie_autotest_record.cc434 ptrViERtpRtcp->StartRTPDump(videoChannel, in VideoEngineSampleRecordCode()
436 ptrVoERtpRtcp->StartRTPDump(audio_channel, in VideoEngineSampleRecordCode()
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h245 virtual int StartRTPDump(
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_rtp_rtcp.h455 virtual int StartRTPDump(const int video_channel,
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
Dvoice_engine_jni.cc406 return voe_data->rtp->StartRTPDump( in JOWW()
Dvideo_engine_jni.cc643 return vie_data->rtp->StartRTPDump( in JOWW()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h1223 WEBRTC_STUB(StartRTPDump, (const int, const char*, webrtc::RTPDirections));
Dfakewebrtcvoiceengine.h1015 WEBRTC_STUB(StartRTPDump, (int channel, const char* fileNameUTF8,