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

  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 253 void GetOpusConfig(const AudioCodec& codec, webrtc::CodecInst* voe_codec,
262 // voe_codec.channels to 2 if "stereo=1" and 1 otherwise. If
266 voe_codec->channels = IsCodecFeatureEnabled(codec, kCodecParamStereo) ? 2 : 1;
267 voe_codec->rate = GetOpusBitrate(codec, *max_playback_rate);
283 for (webrtc::CodecInst voe_codec : webrtc::acm2::RentACodec::Database()) {
285 MaybeFixupG722(&voe_codec, 8000);
287 if (IsCodec(voe_codec, kL16CodecName)) {
293 if (IsCodec(voe_codec, kCodecPrefs[j].name) &&
294 kCodecPrefs[j].clockrate == voe_codec.plfreq &&
295 kCodecPrefs[j].channels == voe_codec.channels)
1441 webrtc::CodecInst voe_codec; local
1492 webrtc::CodecInst voe_codec; local
1611 webrtc::CodecInst voe_codec; local
1983 webrtc::CodecInst voe_codec; local
    [all...]
  /external/webrtc/webrtc/call/
call_perf_tests.cc 40 #include "webrtc/voice_engine/include/voe_codec.h"
226 VoECodec* voe_codec = VoECodec::GetInterface(voice_engine); local
297 EXPECT_EQ(0, voe_codec->SetSendCodec(send_channel_id, isac));
359 voe_codec->Release();
call.cc 45 #include "webrtc/voice_engine/include/voe_codec.h"
213 ScopedVoEInterface<VoECodec> voe_codec(voice_engine());
214 event_log_ = voe_codec->GetEventLog();

Completed in 210 milliseconds