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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.h 139 virtual MediaChannel* media_channel() const { return media_channel_; } function in class:cricket::BaseChannel
262 virtual VoiceMediaChannel* media_channel() const { function in class:cricket::VoiceChannel
263 return static_cast<VoiceMediaChannel*>(BaseChannel::media_channel());
353 VoiceMediaChannel *media_channel, const VoiceMediaInfo& info);
374 virtual VideoMediaChannel* media_channel() const { function in class:cricket::VideoChannel
375 return static_cast<VideoMediaChannel*>(BaseChannel::media_channel());
411 media_channel()->SendIntraFrame();
414 media_channel()->RequestIntraFrame();
431 VideoMediaChannel *media_channel, const VideoMediaInfo& info);
channelmanager.cc 305 VoiceMediaChannel* media_channel = media_engine_->CreateChannel(); local
306 if (media_channel == NULL)
310 worker_thread_, media_engine_.get(), media_channel,
351 VideoMediaChannel* media_channel = local
354 voice_channel->media_channel() : NULL);
355 if (media_channel == NULL)
359 worker_thread_, media_engine_.get(), media_channel,

Completed in 46 milliseconds