Home
last modified time | relevance | path

Searched refs:StartSend (Results 1 – 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc127 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 …]
Dvie_autotest_network.cc51 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()
Dvie_autotest_base.cc176 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()
Dvie_autotest_image_process.cc59 tbChannel.StartSend(rtpPort); in ViEImageProcessStandardTest()
101 tbChannel2.StartSend(rtpPort2); in ViEImageProcessStandardTest()
Dvie_autotest_render.cc97 tbChannel.StartSend(rtpPort); in ViERenderStandardTest()
183 tbChannel.StartSend(rtpPort); in ViERenderExtendedTest()
303 tbChannel.StartSend(); in ViERenderAPITest()
Dvie_autotest_codec.cc202 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()
Dvie_autotest_record.cc419 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/
Dvideo_sync_test.cc105 EXPECT_EQ(0, voe_base_->StartSend(channel_)); in TEST_F()
117 EXPECT_EQ(0, voe_base_->StartSend(channel_)); in TEST_F()
Drtp_rtcp_test.cc91 EXPECT_EQ(0, voe_base_->StartSend(second_channel_)); in SetUp()
144 EXPECT_EQ(0, voe_base_->StartSend(channel_)); in TEST_F()
Ddtmf_test.cc85 EXPECT_EQ(0, voe_base_->StartSend(channel_)); in TEST_F()
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_video_channel.cc55 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/
Dvoe_base_impl.h50 virtual int StartSend(int channel);
122 int32_t StartSend();
Dvoe_base_impl.cc695 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/
Dtb_video_channel.h34 void StartSend(const unsigned short rtpPort = 11000,
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
Dvoe_stress_test.cc156 VALIDATE_STRESS(base->StartSend(0)); in StartStopTest()
171 VALIDATE_STRESS(base->StartSend(0)); in StartStopTest()
Dvoe_cpu_test.cc78 CHECK(base->StartSend(channel)); in DoTest()
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_streaming_fixture.cc56 EXPECT_EQ(0, voe_base_->StartSend(channel_)); in ResumePlaying()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_base_impl.h53 virtual int StartSend(const int video_channel);
Dvie_base_impl.cc243 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/
Dbase_primitives.cc61 EXPECT_EQ(0, base_interface->StartSend(video_channel)); in TestI420CallSetup()
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_base.h164 virtual int StartSend(int channel) = 0;
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
Daudio_e2e_harness.cc95 ASSERT_EQ(0, base->StartSend(channel)); in RunHarness()
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_base.h215 virtual int StartSend(const int video_channel) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.h375 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/
DAndroidTest.java471 if (0 != StartSend(_channel)) { in startCall()
1132 private native int StartSend(int channel); in StartSend() method in AndroidTest

12