Home
last modified time | relevance | path

Searched refs:tbChannel (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_network.cc34 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViENetworkStandardTest() local
35 tbCapture.ConnectTo(tbChannel.videoChannel); in ViENetworkStandardTest()
37 RenderCaptureDeviceAndOutputStream(&ViE, &tbChannel, &tbCapture); in ViENetworkStandardTest()
46 TbExternalTransport testTransport(*ViE.network, tbChannel.videoChannel, in ViENetworkStandardTest()
49 tbChannel.videoChannel, testTransport)); in ViENetworkStandardTest()
50 EXPECT_EQ(0, ViE.base->StartReceive(tbChannel.videoChannel)); in ViENetworkStandardTest()
51 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViENetworkStandardTest()
53 tbChannel.videoChannel, webrtc::kViEKeyFrameRequestPliRtcp)); in ViENetworkStandardTest()
59 EXPECT_EQ(0, ViE.base->StopReceive(tbChannel.videoChannel)); in ViENetworkStandardTest()
60 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViENetworkStandardTest()
[all …]
Dvie_autotest_rtp_rtcp.cc98 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERtpRtcpStandardTest() local
102 tbCapture.ConnectTo(tbChannel.videoChannel); in ViERtpRtcpStandardTest()
105 TbExternalTransport myTransport(*(ViE.network), tbChannel.videoChannel, in ViERtpRtcpStandardTest()
108 ViE.network->DeregisterSendTransport(tbChannel.videoChannel); in ViERtpRtcpStandardTest()
110 tbChannel.videoChannel, myTransport)); in ViERtpRtcpStandardTest()
118 tbChannel.videoChannel, startSequenceNumber)); in ViERtpRtcpStandardTest()
121 EXPECT_EQ(0, ViE.rtp_rtcp->SetLocalSSRC(tbChannel.videoChannel, kVideoSsrc, in ViERtpRtcpStandardTest()
126 EXPECT_EQ(0, ViE.base->StartReceive(tbChannel.videoChannel)); in ViERtpRtcpStandardTest()
127 EXPECT_EQ(0, ViE.base->StartSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest()
137 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest()
[all …]
Dvie_autotest_image_process.cc53 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViEImageProcessStandardTest() local
57 tbCapture.ConnectTo(tbChannel.videoChannel); in ViEImageProcessStandardTest()
58 tbChannel.StartReceive(rtpPort); in ViEImageProcessStandardTest()
59 tbChannel.StartSend(rtpPort); in ViEImageProcessStandardTest()
63 RenderCaptureDeviceAndOutputStream(&ViE, &tbChannel, &tbCapture); in ViEImageProcessStandardTest()
85 tbChannel.videoChannel, effectFilter)); in ViEImageProcessStandardTest()
107 tbChannel.videoChannel)); in ViEImageProcessStandardTest()
123 tbChannel.videoChannel, effectFilter)); in ViEImageProcessStandardTest()
131 tbChannel.videoChannel)); in ViEImageProcessStandardTest()
145 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViEImageProcessAPITest() local
[all …]
Dvie_autotest_render.cc93 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERenderStandardTest() local
95 tbCapture.ConnectTo(tbChannel.videoChannel); in ViERenderStandardTest()
96 tbChannel.StartReceive(rtpPort); in ViERenderStandardTest()
97 tbChannel.StartSend(rtpPort); in ViERenderStandardTest()
105 tbChannel.videoChannel, _window2, 1, 0.0, 0.0, 1.0, 1.0)); in ViERenderStandardTest()
106 EXPECT_EQ(0, ViE.render->StartRender(tbChannel.videoChannel)); in ViERenderStandardTest()
128 EXPECT_EQ(0, ViE.render->RemoveRenderer(tbChannel.videoChannel)); in ViERenderStandardTest()
143 tbChannel.videoChannel, _window1, 1, 0.0, 0.0, 1.0, 1.0)); in ViERenderStandardTest()
144 EXPECT_EQ(0, ViE.render->StartRender(tbChannel.videoChannel)); in ViERenderStandardTest()
150 EXPECT_EQ(0, ViE.render->RemoveRenderer(tbChannel.videoChannel)); in ViERenderStandardTest()
[all …]