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

  /external/webrtc/talk/media/webrtc/
webrtcvideochannelfactory.h 32 class VoiceMediaChannel;
40 VoiceMediaChannel* voice_channel) = 0;
webrtcvoiceengine.h 71 VoiceMediaChannel* CreateChannel(webrtc::Call* call,
151 // WebRtcVoiceMediaChannel is an implementation of VoiceMediaChannel that uses
153 class WebRtcVoiceMediaChannel final : public VoiceMediaChannel,
211 return VoiceMediaChannel::SendPacket(&packet, rtc_options);
217 return VoiceMediaChannel::SendRtcp(&packet, rtc::PacketOptions());
webrtcvideoengine2.h 65 class VoiceMediaChannel;
webrtcvoiceengine_unittest.cc 399 cricket::VoiceMediaChannel* channel_;
    [all...]
webrtcvoiceengine.cc 563 VoiceMediaChannel* WebRtcVoiceEngine::CreateChannel(webrtc::Call* call,
    [all...]
  /external/webrtc/talk/media/base/
mediaengine.h 82 virtual VoiceMediaChannel* CreateChannel(
156 virtual VoiceMediaChannel* CreateChannel(webrtc::Call* call,
fakemediaengine.h 230 class FakeVoiceMediaChannel : public RtpHelper<VoiceMediaChannel> {
282 if (!RtpHelper<VoiceMediaChannel>::MuteStream(ssrc, !enable)) {
291 if (!RtpHelper<VoiceMediaChannel>::AddRecvStream(sp))
297 if (!RtpHelper<VoiceMediaChannel>::RemoveRecvStream(ssrc))
734 VoiceMediaChannel* CreateChannel(webrtc::Call* call,
747 void UnregisterChannel(VoiceMediaChannel* channel) {
mediachannel.h 97 // Options that can be applied to a VoiceMediaChannel or a VoiceMediaEngine.
    [all...]
  /external/webrtc/talk/session/media/
mediamonitor.h 93 typedef MediaMonitorT<VoiceMediaChannel, VoiceMediaInfo> VoiceMediaMonitor;
channel.h 344 VoiceMediaChannel* channel,
359 virtual VoiceMediaChannel* media_channel() const {
360 return static_cast<VoiceMediaChannel*>(BaseChannel::media_channel());
425 VoiceMediaChannel* media_channel, const VoiceMediaInfo& info);
channel.cc 50 bool SetRawAudioSink_w(VoiceMediaChannel* channel,
95 VoiceMediaChannel::Error in_error)
98 VoiceMediaChannel::Error error;
    [all...]
channelmanager.cc 270 VoiceMediaChannel* media_channel =

Completed in 218 milliseconds