/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcmediaengine.h | 83 virtual VideoMediaChannel* CreateVideoChannel( in CreateVideoChannel() function 85 return delegate_->CreateVideoChannel(voice_media_channel); in CreateVideoChannel()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediaengine.h | 103 virtual VideoMediaChannel *CreateVideoChannel( 180 virtual VideoMediaChannel *CreateVideoChannel(VoiceMediaChannel* channel) { in CreateVideoChannel() function
|
D | channelmanager.h | 111 VideoChannel* CreateVideoChannel(
|
D | filemediaengine.cc | 67 VideoMediaChannel* FileMediaEngine::CreateVideoChannel( in CreateVideoChannel() function in cricket::FileMediaEngine
|
D | filemediaengine.h | 84 virtual VideoMediaChannel* CreateVideoChannel(VoiceMediaChannel* voice_ch);
|
D | channelmanager.cc | 337 VideoChannel* ChannelManager::CreateVideoChannel( in CreateVideoChannel() function in cricket::ChannelManager 353 media_engine_->CreateVideoChannel(voice_channel ? in CreateVideoChannel_w()
|
D | call.cc | 224 video_channel = session_client_->channel_manager()->CreateVideoChannel( in AddSession()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | mediaengine.h | 81 virtual VideoMediaChannel *CreateVideoChannel( 188 virtual VideoMediaChannel *CreateVideoChannel(VoiceMediaChannel* channel) { in CreateVideoChannel() function
|
D | filemediaengine_unittest.cc | 142 video_channel_.reset(engine_->CreateVideoChannel(NULL)); in CreateEngineAndChannels() 253 EXPECT_TRUE(engine_->CreateVideoChannel(NULL) == NULL); in TEST_F()
|
D | filemediaengine.cc | 90 VideoMediaChannel* FileMediaEngine::CreateVideoChannel( in CreateVideoChannel() function in cricket::FileMediaEngine
|
D | filemediaengine.h | 87 virtual VideoMediaChannel* CreateVideoChannel(VoiceMediaChannel* voice_ch);
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channelmanager_unittest.cc | 138 cm_->CreateVideoChannel(session_, cricket::CN_VIDEO, in TEST_F() 162 cm_->CreateVideoChannel(session_, cricket::CN_VIDEO, in TEST_F() 189 cm_->CreateVideoChannel(session_, cricket::CN_VIDEO, in TEST_F()
|
D | channelmanager.h | 115 VideoChannel* CreateVideoChannel(
|
D | channelmanager.cc | 362 VideoChannel* ChannelManager::CreateVideoChannel( in CreateVideoChannel() function in cricket::ChannelManager 377 media_engine_->CreateVideoChannel(voice_channel ? in CreateVideoChannel_w()
|
D | call.cc | 274 session_client_->channel_manager()->CreateVideoChannel( in AddSession()
|
/external/chromium_org/third_party/libjingle/source/talk/media/other/ |
D | linphonemediaengine.h | 70 virtual VideoMediaChannel* CreateVideoChannel(VoiceMediaChannel* voice_ch);
|
D | linphonemediaengine.cc | 108 VideoMediaChannel* LinphoneMediaEngine::CreateVideoChannel(VoiceMediaChannel* voice_ch) { in CreateVideoChannel() function in cricket::LinphoneMediaEngine
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | webrtcsession.h | 271 bool CreateVideoChannel(const cricket::ContentInfo* content);
|
D | webrtcsession.cc | 1346 if (!CreateVideoChannel(video)) { in CreateChannels() 1378 bool WebRtcSession::CreateVideoChannel(const cricket::ContentInfo* content) { in CreateVideoChannel() function in webrtc::WebRtcSession 1379 video_channel_.reset(channel_manager_->CreateVideoChannel( in CreateVideoChannel()
|