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

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

Completed in 110 milliseconds