Searched refs:WebRtcVoiceMediaChannel (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc634 WebRtcVoiceMediaChannel* ch = new WebRtcVoiceMediaChannel(this);
890 ResumeEntry(WebRtcVoiceMediaChannel *c, bool p, SendFlags s)
896 WebRtcVoiceMediaChannel *channel;
939 WebRtcVoiceMediaChannel *channel = *i;
976 WebRtcVoiceMediaChannel *channel = *i;
1306 WebRtcVoiceMediaChannel* channel = NULL;
1320 int channel_num, WebRtcVoiceMediaChannel** channel, uint32* ssrc) const {
1364 void WebRtcVoiceEngine::RegisterChannel(WebRtcVoiceMediaChannel *channel) {
1369 void WebRtcVoiceEngine::UnregisterChannel(WebRtcVoiceMediaChannel *channe
1637 WebRtcVoiceMediaChannel::WebRtcVoiceMediaChannel(WebRtcVoiceEngine *engine) function in class:cricket::WebRtcVoiceMediaChannel
[all...]
H A Dwebrtcvoiceengine.h87 class WebRtcVoiceMediaChannel;
157 // May only be called by WebRtcVoiceMediaChannel.
158 void RegisterChannel(WebRtcVoiceMediaChannel *channel);
159 void UnregisterChannel(WebRtcVoiceMediaChannel *channel);
165 // Called by WebRtcVoiceMediaChannel to set a gain offset from
186 typedef std::vector<WebRtcVoiceMediaChannel *> ChannelList;
211 WebRtcVoiceMediaChannel** channel,
315 // WebRtcVoiceMediaChannel is an implementation of VoiceMediaChannel that uses
317 class WebRtcVoiceMediaChannel class in namespace:cricket
320 explicit WebRtcVoiceMediaChannel(WebRtcVoiceEngin
[all...]
H A Dwebrtcvoiceengine_unittest.cc2274 cricket::WebRtcVoiceMediaChannel* media_channel;
2281 media_channel = static_cast<cricket::WebRtcVoiceMediaChannel*>(channel_);
2740 cricket::WebRtcVoiceMediaChannel* media_channel =
2741 static_cast<cricket::WebRtcVoiceMediaChannel*>(channel_);
2760 cricket::WebRtcVoiceMediaChannel* media_channel =
2761 static_cast<cricket::WebRtcVoiceMediaChannel*>(channel_);
2955 cricket::WebRtcVoiceMediaChannel channel(&engine);
H A Dwebrtcvideoengine.cc3073 WebRtcVoiceMediaChannel* voice_channel =
3074 static_cast<WebRtcVoiceMediaChannel*>(voice_channel_);
H A Dwebrtcvideoengine_unittest.cc192 cricket::WebRtcVoiceMediaChannel* voice_channel_;

Completed in 193 milliseconds