HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcVoiceMediaChannel (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 651 WebRtcVoiceMediaChannel* ch = new WebRtcVoiceMediaChannel(this);
936 ResumeEntry(WebRtcVoiceMediaChannel *c, bool p, SendFlags s)
942 WebRtcVoiceMediaChannel *channel;
    [all...]
webrtcvoiceengine.h 85 class WebRtcVoiceMediaChannel;
155 // May only be called by WebRtcVoiceMediaChannel.
156 void RegisterChannel(WebRtcVoiceMediaChannel *channel);
157 void UnregisterChannel(WebRtcVoiceMediaChannel *channel);
163 // Called by WebRtcVoiceMediaChannel to set a gain offset from
187 typedef std::vector<WebRtcVoiceMediaChannel *> ChannelList;
209 WebRtcVoiceMediaChannel** channel,
312 // WebRtcVoiceMediaChannel is an implementation of VoiceMediaChannel that uses
314 class WebRtcVoiceMediaChannel
317 explicit WebRtcVoiceMediaChannel(WebRtcVoiceEngine *engine)
    [all...]
webrtcvoiceengine_unittest.cc     [all...]
webrtcvideoengine.cc     [all...]
webrtcvideoengine_unittest.cc 278 cricket::WebRtcVoiceMediaChannel* voice_channel_;
    [all...]

Completed in 45 milliseconds