/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/ |
D | rtp_rtcp_test.cc | 164 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/ |
D | vie_sender.h | 39 int StartRTPDump(const char file_nameUTF8[1024]);
|
D | vie_sender.cc | 55 int ViESender::StartRTPDump(const char file_nameUTF8[1024]) { in StartRTPDump() function in webrtc::ViESender
|
D | vie_receiver.h | 68 int StartRTPDump(const char file_nameUTF8[1024]);
|
D | vie_rtp_rtcp_impl.h | 129 virtual int StartRTPDump(const int video_channel,
|
D | vie_receiver.cc | 356 int ViEReceiver::StartRTPDump(const char file_nameUTF8[1024]) { in StartRTPDump() function in webrtc::ViEReceiver
|
D | vie_rtp_rtcp_impl.cc | 841 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()
|
D | vie_channel.h | 225 int32_t StartRTPDump(const char file_nameUTF8[1024],
|
D | vie_channel.cc | 1253 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/ |
D | voe_rtp_rtcp_impl.h | 87 virtual int StartRTPDump(int channel,
|
D | voe_rtp_rtcp_impl.cc | 487 int VoERTP_RTCPImpl::StartRTPDump(int channel, in StartRTPDump() function in webrtc::VoERTP_RTCPImpl 508 return channelPtr->StartRTPDump(fileNameUTF8, direction); in StartRTPDump()
|
D | channel.h | 349 int StartRTPDump(const char fileNameUTF8[1024], RTPDirections direction);
|
D | channel.cc | 3569 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/ |
D | vie_autotest_rtp_rtcp.cc | 484 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()
|
D | vie_autotest_record.cc | 434 ptrViERtpRtcp->StartRTPDump(videoChannel, in VideoEngineSampleRecordCode() 436 ptrVoERtpRtcp->StartRTPDump(audio_channel, in VideoEngineSampleRecordCode()
|
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
D | voe_rtp_rtcp.h | 245 virtual int StartRTPDump(
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_rtp_rtcp.h | 455 virtual int StartRTPDump(const int video_channel,
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/ |
D | voice_engine_jni.cc | 406 return voe_data->rtp->StartRTPDump( in JOWW()
|
D | video_engine_jni.cc | 643 return vie_data->rtp->StartRTPDump( in JOWW()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvideoengine.h | 1223 WEBRTC_STUB(StartRTPDump, (const int, const char*, webrtc::RTPDirections));
|
D | fakewebrtcvoiceengine.h | 1015 WEBRTC_STUB(StartRTPDump, (int channel, const char* fileNameUTF8,
|