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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_record.cc 55 bool GetAudioCodecRecord(webrtc::VoECodec* voe_codec,
140 webrtc::VoECodec* voe_codec = webrtc::VoECodec::GetInterface(voe); local
155 GetAudioCodecRecord(voe_codec, audio_codec);
168 voe_codec->SetSendCodec(audio_channel, audio_codec);
570 bool GetAudioCodecRecord(webrtc::VoECodec* voe_codec,
579 for (codec_idx = 0; codec_idx < voe_codec->NumOfCodecs(); codec_idx++) {
580 error = voe_codec->GetCodec(codec_idx, audio_codec);
590 error = voe_codec->GetCodec(default_codec_idx, audio_codec);
vie_autotest_custom_call.cc 180 bool GetAudioCodec(webrtc::VoECodec* voe_codec,
206 webrtc::VoECodec* voe_codec = webrtc::VoECodec::GetInterface(voe); local
207 number_of_errors += ViETest::TestError(voe_codec != NULL,
337 GetAudioCodec(voe_codec, audio_codec);
385 error = voe_codec->SetSendCodec(audio_channel, audio_codec);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 446 webrtc::CodecInst voe_codec; local
447 if (voe_wrapper_->codec()->GetCodec(i, voe_codec) != -1) {
449 if (_stricmp(voe_codec.plname, kL16CodecName) == 0) {
455 if (_stricmp(kCodecPrefs[j].name, voe_codec.plname) == 0 &&
456 kCodecPrefs[j].clockrate == voe_codec.plfreq &&
457 kCodecPrefs[j].channels == voe_codec.channels) {
466 AudioCodec codec(pref->payload_type, voe_codec.plname, voe_codec.plfreq,
467 voe_codec.rate, voe_codec.channels
1175 webrtc::CodecInst voe_codec; local
1925 webrtc::CodecInst voe_codec; local
1994 webrtc::CodecInst voe_codec; local
2113 webrtc::CodecInst voe_codec; local
2667 webrtc::CodecInst voe_codec; local
3512 webrtc::CodecInst voe_codec; local
    [all...]
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 38 #include "webrtc/voice_engine/include/voe_codec.h"
231 VoECodec* voe_codec = VoECodec::GetInterface(voice_engine); local
256 EXPECT_EQ(0, voe_codec->SetSendCodec(channel, isac));
347 voe_codec->Release();

Completed in 53 milliseconds