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

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

Completed in 258 milliseconds