HomeSort by relevance Sort by last modified time
    Searched defs:video_channel_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/
webrtcsession.h 197 return video_channel_.get();
322 // Called when voice_channel_, video_channel_ and data_channel_ are created
484 rtc::scoped_ptr<cricket::VideoChannel> video_channel_; member in class:webrtc::WebRtcSession
webrtcsession_unittest.cc 776 video_channel_ = media_engine_->GetVideoChannel(0);
778 ASSERT_TRUE(video_channel_ != NULL);
779 const cricket::VideoOptions& video_options = video_channel_->options();
1464 cricket::FakeVideoMediaChannel* video_channel_; member in class:WebRtcSessionTest
    [all...]

Completed in 73 milliseconds