Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_test.cc129 EXPECT_EQ(0, voe_rtp_rtcp_->StartRTPDump( in TEST_F()
131 EXPECT_EQ(0, voe_rtp_rtcp_->StartRTPDump( in TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/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]) { in StartRTPDump() function in webrtc::ViESender
H A Dvie_receiver.h77 int StartRTPDump(const char file_nameUTF8[1024]);
H A Dvie_rtp_rtcp_impl.h153 virtual int StartRTPDump(const int video_channel,
H A Dvie_rtp_rtcp_impl.cc951 int ViERTP_RTCPImpl::StartRTPDump(const int video_channel, in StartRTPDump() function in webrtc::ViERTP_RTCPImpl
964 if (vie_channel->StartRTPDump(file_nameUTF8, direction) != 0) { in StartRTPDump()
H A Dvie_receiver.cc498 int ViEReceiver::StartRTPDump(const char file_nameUTF8[1024]) { in StartRTPDump() function in webrtc::ViEReceiver
H A Dvie_channel.h261 int32_t StartRTPDump(const char file_nameUTF8[1024],
H A Dvie_channel.cc1629 int32_t ViEChannel::StartRTPDump(const char file_nameUTF8[1024], in StartRTPDump() function in webrtc::ViEChannel
1632 return vie_receiver_.StartRTPDump(file_nameUTF8); in StartRTPDump()
1634 return vie_sender_.StartRTPDump(file_nameUTF8); in StartRTPDump()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h90 virtual int StartRTPDump(int channel,
H A Dvoe_rtp_rtcp_impl.cc494 int VoERTP_RTCPImpl::StartRTPDump(int channel, in StartRTPDump() function in webrtc::VoERTP_RTCPImpl
515 return channelPtr->StartRTPDump(fileNameUTF8, direction); in StartRTPDump()
H A Dchannel.h348 int StartRTPDump(const char fileNameUTF8[1024], RTPDirections direction);
H A Dchannel.cc3378 Channel::StartRTPDump(const char fileNameUTF8[1024], in StartRTPDump() function in webrtc::voe::Channel
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_rtp_rtcp.cc438 EXPECT_EQ(0, ViE.rtp_rtcp->StartRTPDump( in ViERtpRtcpStandardTest()
440 EXPECT_EQ(0, ViE.rtp_rtcp->StartRTPDump( in ViERtpRtcpStandardTest()
727 EXPECT_EQ(0, ViE.rtp_rtcp->StartRTPDump( in ViERtpRtcpAPITest()
733 EXPECT_EQ(0, ViE.rtp_rtcp->StartRTPDump( in ViERtpRtcpAPITest()
739 EXPECT_NE(0, ViE.rtp_rtcp->StartRTPDump( in ViERtpRtcpAPITest()
H A Dvie_autotest_record.cc433 ptrViERtpRtcp->StartRTPDump(videoChannel, in VideoEngineSampleRecordCode()
435 ptrVoERtpRtcp->StartRTPDump(audio_channel, in VideoEngineSampleRecordCode()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h234 virtual int StartRTPDump(
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h460 virtual int StartRTPDump(const int video_channel,
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dfakewebrtcvideoengine.h629 WEBRTC_STUB(StartRTPDump, (const int, const char*, webrtc::RTPDirections));
H A Dfakewebrtcvoiceengine.h678 WEBRTC_STUB(StartRTPDump, (int channel, const char* fileNameUTF8,