OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voice_
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/media/base/
mediaengine.h
144
if (!
voice_
.Init(worker_thread))
150
voice_
.Terminate();
154
return
voice_
.GetAudioState();
158
return
voice_
.CreateChannel(call, options);
166
return
voice_
.GetOutputVolume(level);
169
return
voice_
.SetOutputVolume(level);
173
return
voice_
.GetInputLevel();
176
return
voice_
.codecs();
179
return
voice_
.GetCapabilities();
189
return
voice_
.StartAecDump(file)
203
VOICE
voice_
;
member in class:cricket::CompositeMediaEngine
[
all
...]
fakemediaengine.h
850
voice_
.SetCodecs(codecs);
858
voice_
.set_rtp_header_extensions(extensions);
866
return
voice_
.GetChannel(index);
872
int output_volume() const { return
voice_
.output_volume_; }
881
voice_
.set_fail_create_channel(fail);
896
CompositeMediaEngine<FakeVoiceEngine, VIDEO>::
voice_
.SetCodecs(codecs);
/external/webrtc/talk/media/webrtc/
webrtcmediaengine.cc
43
voice_
.SetAudioDeviceModule(adm);
Completed in 234 milliseconds