Home
last modified time | relevance | path

Searched refs:CreateVideoChannel (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/talk/session/media/
Dchannelmanager_unittest.cc125 cm_->CreateVideoChannel(&fake_mc_, transport_controller_, in TEST_F()
150 cm_->CreateVideoChannel(&fake_mc_, transport_controller_, in TEST_F()
177 cm_->CreateVideoChannel(&fake_mc_, transport_controller_, in TEST_F()
Dchannelmanager.h110 VideoChannel* CreateVideoChannel(
Dchannelmanager.cc308 VideoChannel* ChannelManager::CreateVideoChannel( in CreateVideoChannel() function in cricket::ChannelManager
329 media_engine_->CreateVideoChannel(media_controller->call_w(), options); in CreateVideoChannel_w()
/external/webrtc/talk/media/base/
Dmediaengine.h87 virtual VideoMediaChannel* CreateVideoChannel(
160 virtual VideoMediaChannel* CreateVideoChannel(webrtc::Call* call, in CreateVideoChannel() function
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.h413 bool CreateVideoChannel(const cricket::ContentInfo* content);
Dwebrtcsession.cc1792 if (!CreateVideoChannel(video)) { in CreateChannels()
1853 bool WebRtcSession::CreateVideoChannel(const cricket::ContentInfo* content) { in CreateVideoChannel() function in webrtc::WebRtcSession
1854 video_channel_.reset(channel_manager_->CreateVideoChannel( in CreateVideoChannel()