Home
last modified time | relevance | path

Searched refs:media_channel (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dchannel.cc91 MediaChannel* media_channel, BaseSession* session, in BaseChannel() argument
97 media_channel_(media_channel), in BaseChannel()
447 if (media_channel()->Mute(true)) { in MuteMedia_w()
458 if (media_channel()->Mute(false)) { in UnmuteMedia_w()
487 return media_channel()->SetSendBandwidth(true, max_bandwidth); in SetMaxSendBandwidth_w()
491 return media_channel()->SetRtcpCName(cname); in SetRtcpCName_w()
616 VoiceMediaChannel* media_channel, in VoiceChannel() argument
620 : BaseChannel(thread, media_engine, media_channel, session, content_name, in VoiceChannel()
630 media_channel->SignalMediaError.connect( in VoiceChannel()
681 media_monitor_.reset(new VoiceMediaMonitor(media_channel(), worker_thread(), in StartMediaMonitor()
[all …]
Dchannel.h139 virtual MediaChannel* media_channel() const { return media_channel_; } in media_channel() function
262 virtual VoiceMediaChannel* media_channel() const { in media_channel() function
263 return static_cast<VoiceMediaChannel*>(BaseChannel::media_channel()); in media_channel()
353 VoiceMediaChannel *media_channel, const VoiceMediaInfo& info);
374 virtual VideoMediaChannel* media_channel() const { in media_channel() function
375 return static_cast<VideoMediaChannel*>(BaseChannel::media_channel()); in media_channel()
411 media_channel()->SendIntraFrame(); in SendIntraFrame_w()
414 media_channel()->RequestIntraFrame(); in RequestIntraFrame_w()
431 VideoMediaChannel *media_channel, const VideoMediaInfo& info);
Dmediamonitor.h68 MediaMonitorT(MC* media_channel, talk_base::Thread* worker_thread, in MediaMonitorT() argument
71 media_channel_(media_channel) {} in MediaMonitorT()
Dchannelmanager.cc305 VoiceMediaChannel* media_channel = media_engine_->CreateChannel(); in CreateVoiceChannel_w() local
306 if (media_channel == NULL) in CreateVoiceChannel_w()
310 worker_thread_, media_engine_.get(), media_channel, in CreateVoiceChannel_w()
351 VideoMediaChannel* media_channel = in CreateVideoChannel_w() local
354 voice_channel->media_channel() : NULL); in CreateVideoChannel_w()
355 if (media_channel == NULL) in CreateVideoChannel_w()
359 worker_thread_, media_engine_.get(), media_channel, in CreateVideoChannel_w()