Home
last modified time | relevance | path

Searched refs:TbVideoChannel (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_video_channel.cc16 TbVideoChannel::TbVideoChannel(TbInterfaces& Engine, in TbVideoChannel() function in TbVideoChannel
51 TbVideoChannel::~TbVideoChannel() { in ~TbVideoChannel()
55 void TbVideoChannel::StartSend(const unsigned short rtp_port, in StartSend()
61 void TbVideoChannel::SetFrameSettings(int width, int height, int frameRate) { in SetFrameSettings()
72 void TbVideoChannel::StopSend() { in StopSend()
76 void TbVideoChannel::StartReceive(unsigned short rtp_port) { in StartReceive()
81 void TbVideoChannel::StopReceive() { in StopReceive()
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
Dtb_video_channel.h23 class TbVideoChannel {
25 TbVideoChannel(TbInterfaces& Engine,
30 ~TbVideoChannel(void);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
Dvie_autotest.h41 class TbVideoChannel; variable
113 TbVideoChannel* video_channel,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_network.cc34 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViENetworkStandardTest()
117 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViENetworkExtendedTest()
202 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecI420); in ViENetworkAPITest()
337 TbVideoChannel tbChannel(ViE); // Create a video channel in ViENetworkAPITest()
427 TbVideoChannel tbChannel(ViE); // Create a video channel in ViENetworkAPITest()
525 TbVideoChannel tbChannel(ViE); in ViENetworkAPITest()
Dvie_autotest_image_process.cc53 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViEImageProcessStandardTest()
97 TbVideoChannel tbChannel2(ViE, webrtc::kVideoCodecVP8); in ViEImageProcessStandardTest()
145 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViEImageProcessAPITest()
Dvie_autotest_render.cc93 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERenderStandardTest()
179 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERenderExtendedTest()
299 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERenderAPITest()
Dvie_autotest.cc146 TbVideoChannel* video_channel, in RenderCaptureDeviceAndOutputStream()
Dvie_autotest_capture.cc331 TbVideoChannel channel(video_engine); in ViECaptureAPITest()
400 TbVideoChannel channel(video_engine); in ViECaptureExternalCaptureTest()
Dvie_autotest_rtp_rtcp.cc98 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERtpRtcpStandardTest()
641 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERtpRtcpExtendedTest()
706 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERtpRtcpAPITest()
Dvie_autotest_codec.cc595 TbVideoChannel channel(ViE, webrtc::kVideoCodecI420, 352, 288, 30, in ViECodecExternalCodecTest()