/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_rtp_rtcp.cc | 127 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 152 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 183 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 237 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 286 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 380 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 405 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 423 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 454 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 489 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() [all …]
|
D | vie_autotest_network.cc | 51 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViENetworkStandardTest() 74 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViENetworkStandardTest() 159 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViENetworkExtendedTest() 250 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViENetworkAPITest() 295 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViENetworkAPITest() 305 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViENetworkAPITest()
|
D | vie_autotest_base.cc | 176 EXPECT_EQ(0, vie_base->StartSend(video_channel)); in ViEBaseAPITest() 177 EXPECT_EQ(-1, vie_base->StartSend(video_channel2)); in ViEBaseAPITest() 178 EXPECT_EQ(0, vie_base->StartSend(video_channel3)); in ViEBaseAPITest()
|
D | vie_autotest_image_process.cc | 59 tbChannel.StartSend(rtpPort); in ViEImageProcessStandardTest() 101 tbChannel2.StartSend(rtpPort2); in ViEImageProcessStandardTest()
|
D | vie_autotest_render.cc | 97 tbChannel.StartSend(rtpPort); in ViERenderStandardTest() 183 tbChannel.StartSend(rtpPort); in ViERenderExtendedTest() 303 tbChannel.StartSend(); in ViERenderAPITest()
|
D | vie_autotest_codec.cc | 202 EXPECT_EQ(0, base->StartSend(video_channel)); in ViECodecStandardTest() 347 EXPECT_EQ(0, base->StartSend(video_channel)); in ViECodecExtendedTest() 459 EXPECT_EQ(0, video_engine.base->StartSend(video_channel_1)); in ViECodecExtendedTest() 461 EXPECT_EQ(0, video_engine.base->StartSend(video_channel_2)); in ViECodecExtendedTest() 608 channel.StartSend(); in ViECodecExternalCodecTest()
|
D | vie_autotest_record.cc | 419 error = ptrViEBase->StartSend(videoChannel); in VideoEngineSampleRecordCode() 424 error = voe_base->StartSend(audio_channel); in VideoEngineSampleRecordCode()
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/ |
D | video_sync_test.cc | 105 EXPECT_EQ(0, voe_base_->StartSend(channel_)); in TEST_F() 117 EXPECT_EQ(0, voe_base_->StartSend(channel_)); in TEST_F()
|
D | rtp_rtcp_test.cc | 91 EXPECT_EQ(0, voe_base_->StartSend(second_channel_)); in SetUp() 144 EXPECT_EQ(0, voe_base_->StartSend(channel_)); in TEST_F()
|
D | dtmf_test.cc | 85 EXPECT_EQ(0, voe_base_->StartSend(channel_)); in TEST_F()
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
D | tb_video_channel.cc | 55 void TbVideoChannel::StartSend(const unsigned short rtp_port, in StartSend() function in TbVideoChannel 58 EXPECT_EQ(0, ViE.base->StartSend(videoChannel)); in StartSend()
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | voe_base_impl.h | 50 virtual int StartSend(int channel); 122 int32_t StartSend();
|
D | voe_base_impl.cc | 695 int VoEBaseImpl::StartSend(int channel) in StartSend() function in webrtc::VoEBaseImpl 717 if (StartSend() != 0) in StartSend() 723 return channelPtr->StartSend(); in StartSend() 900 int32_t VoEBaseImpl::StartSend() in StartSend() function in webrtc::VoEBaseImpl
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/ |
D | tb_video_channel.h | 34 void StartSend(const unsigned short rtpPort = 11000,
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/ |
D | voe_stress_test.cc | 156 VALIDATE_STRESS(base->StartSend(0)); in StartStopTest() 171 VALIDATE_STRESS(base->StartSend(0)); in StartStopTest()
|
D | voe_cpu_test.cc | 78 CHECK(base->StartSend(channel)); in DoTest()
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/ |
D | before_streaming_fixture.cc | 56 EXPECT_EQ(0, voe_base_->StartSend(channel_)); in ResumePlaying()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_base_impl.h | 53 virtual int StartSend(const int video_channel);
|
D | vie_base_impl.cc | 243 int ViEBaseImpl::StartSend(const int video_channel) { in StartSend() function in webrtc::ViEBaseImpl 262 int32_t error = vie_channel->StartSend(); in StartSend()
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/ |
D | base_primitives.cc | 61 EXPECT_EQ(0, base_interface->StartSend(video_channel)); in TestI420CallSetup()
|
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
D | voe_base.h | 164 virtual int StartSend(int channel) = 0;
|
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/ |
D | audio_e2e_harness.cc | 95 ASSERT_EQ(0, base->StartSend(channel)); in RunHarness()
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_base.h | 215 virtual int StartSend(const int video_channel) = 0;
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.h | 375 bool StartSend(); 376 bool StartSend(WebRtcVideoChannelSendInfo* send_channel);
|
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
D | AndroidTest.java | 471 if (0 != StartSend(_channel)) { in startCall() 1132 private native int StartSend(int channel); in StartSend() method in AndroidTest
|