Searched refs:local_video (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.h | 64 virtual void StartLocalRenderer(webrtc::VideoTrackInterface* local_video) = 0; 98 virtual void StartLocalRenderer(webrtc::VideoTrackInterface* local_video);
|
D | main_wnd.cc | 212 void MainWnd::StartLocalRenderer(webrtc::VideoTrackInterface* local_video) { in StartLocalRenderer() argument 213 local_renderer_.reset(new VideoRenderer(handle(), 1, 1, local_video)); in StartLocalRenderer()
|
/external/webrtc/examples/peerconnection/client/linux/ |
D | main_wnd.h | 50 virtual void StartLocalRenderer(webrtc::VideoTrackInterface* local_video);
|
D | main_wnd.cc | 202 void GtkMainWnd::StartLocalRenderer(webrtc::VideoTrackInterface* local_video) { in StartLocalRenderer() argument 203 local_renderer_.reset(new VideoRenderer(this, local_video)); in StartLocalRenderer()
|
/external/webrtc/pc/ |
D | channel_unittest.cc | 2056 cricket::VideoContentDescription local_video; in TEST_F() local 2057 local_video.set_codecs({kLocalCodec}); in TEST_F() 2065 EXPECT_TRUE(channel1_->SetLocalContent(&local_video, SdpType::kAnswer, NULL)); in TEST_F() 2076 cricket::VideoContentDescription local_video; in TEST_F() local 2077 local_video.set_codecs({local_codec}); in TEST_F() 2083 EXPECT_TRUE(channel1_->SetLocalContent(&local_video, SdpType::kOffer, NULL)); in TEST_F() 2098 cricket::VideoContentDescription local_video; in TEST_F() local 2099 local_video.set_codecs({local_codec}); in TEST_F() 2105 EXPECT_TRUE(channel1_->SetLocalContent(&local_video, SdpType::kOffer, NULL)); in TEST_F() 2119 cricket::VideoContentDescription local_video; in TEST_F() local [all …]
|