OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcVoiceMediaChannel
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc
634
WebRtcVoiceMediaChannel
* ch = new
WebRtcVoiceMediaChannel
(this);
890
ResumeEntry(
WebRtcVoiceMediaChannel
*c, bool p, SendFlags s)
896
WebRtcVoiceMediaChannel
*channel;
939
WebRtcVoiceMediaChannel
*channel = *i;
[
all
...]
webrtcvoiceengine.h
87
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
320
explicit
WebRtcVoiceMediaChannel
(WebRtcVoiceEngine *engine)
[
all
...]
webrtcvoiceengine_unittest.cc
[
all
...]
webrtcvideoengine.cc
[
all
...]
webrtcvideoengine_unittest.cc
192
cricket::
WebRtcVoiceMediaChannel
* voice_channel_;
[
all
...]
Completed in 30 milliseconds