Searched refs:TbVideoChannel (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
D | tb_video_channel.cc | 16 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/ |
D | tb_video_channel.h | 23 class TbVideoChannel { 25 TbVideoChannel(TbInterfaces& Engine, 30 ~TbVideoChannel(void);
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/ |
D | vie_autotest.h | 41 class TbVideoChannel; variable 113 TbVideoChannel* video_channel,
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_network.cc | 34 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()
|
D | vie_autotest_image_process.cc | 53 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViEImageProcessStandardTest() 97 TbVideoChannel tbChannel2(ViE, webrtc::kVideoCodecVP8); in ViEImageProcessStandardTest() 145 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViEImageProcessAPITest()
|
D | vie_autotest_render.cc | 93 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERenderStandardTest() 179 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERenderExtendedTest() 299 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERenderAPITest()
|
D | vie_autotest.cc | 146 TbVideoChannel* video_channel, in RenderCaptureDeviceAndOutputStream()
|
D | vie_autotest_capture.cc | 331 TbVideoChannel channel(video_engine); in ViECaptureAPITest() 400 TbVideoChannel channel(video_engine); in ViECaptureExternalCaptureTest()
|
D | vie_autotest_rtp_rtcp.cc | 98 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERtpRtcpStandardTest() 641 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERtpRtcpExtendedTest() 706 TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8); in ViERtpRtcpAPITest()
|
D | vie_autotest_codec.cc | 595 TbVideoChannel channel(ViE, webrtc::kVideoCodecI420, 352, 288, 30, in ViECodecExternalCodecTest()
|