HomeSort by relevance Sort by last modified time
    Searched refs:plname (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receive_test_oldapi.cc 29 if (STR_CASE_CMP(codec_param->plname, "CN") == 0 &&
33 if (STR_CASE_CMP(codec_param->plname, "telephone-event") == 0)
57 bool RemapPltypeAndUseThisCodec(const char* plname,
65 if (STR_CASE_CMP(plname, "PCMU") == 0 && plfreq == 8000) {
67 } else if (STR_CASE_CMP(plname, "PCMA") == 0 && plfreq == 8000) {
69 } else if (STR_CASE_CMP(plname, "CN") == 0 && plfreq == 8000) {
71 } else if (STR_CASE_CMP(plname, "CN") == 0 && plfreq == 16000) {
73 } else if (STR_CASE_CMP(plname, "CN") == 0 && plfreq == 32000) {
75 } else if (STR_CASE_CMP(plname, "ILBC") == 0) {
77 } else if (STR_CASE_CMP(plname, "ISAC") == 0 && plfreq == 16000)
    [all...]
acm_codec_database.cc 427 if (STR_CASE_CMP(database_[codec_id].plname, "CN") == 0) {
433 if (STR_CASE_CMP(database_[codec_id].plname, "red") == 0) {
464 if (STR_CASE_CMP("isac", codec_inst.plname) == 0) {
473 } else if (STR_CASE_CMP("ilbc", codec_inst.plname) == 0) {
476 } else if (STR_CASE_CMP("amr", codec_inst.plname) == 0) {
479 } else if (STR_CASE_CMP("amr-wb", codec_inst.plname) == 0) {
482 } else if (STR_CASE_CMP("g7291", codec_inst.plname) == 0) {
485 } else if (STR_CASE_CMP("opus", codec_inst.plname) == 0) {
488 } else if (STR_CASE_CMP("speex", codec_inst.plname) == 0) {
491 } else if (STR_CASE_CMP("celt", codec_inst.plname) == 0)
    [all...]
audio_coding_module.cc 57 codec->plname[0] = '\0';
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
codec_before_streaming_test.cc 35 strcpy(codec_instance_.plname, "SomeInvalidCodecName");
42 strcpy(codec_instance_.plname, "iSAC");
44 strcpy(codec_instance_.plname, "ISAC");
49 strcpy(codec_instance_.plname, "ISAC");
64 strcpy(codec_instance_.plname, "iLBC");
codec_test.cc 30 if (!_stricmp(codec_instance->plname, "ilbc")) {
52 EXPECT_STRCASEEQ("PCMU", codec_instance_.plname);
136 if (_stricmp("opus", codec_instance_.plname)) {
152 if (!_stricmp("opus", codec_instance_.plname)) {
164 if (IsNotViableSendCodec(codec_instance_.plname)) {
165 TEST_LOG("Skipping %s.\n", codec_instance_.plname);
173 codec_instance_.plname, codec_instance_.pltype,
dtmf_test.cc 77 if (!_stricmp("telephone-event", codec_instance.plname)) {
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_streaming_fixture.cc 70 _snprintf(codec.plname, RTP_PAYLOAD_NAME_SIZE - 1, "PCMU");
72 snprintf(codec.plname, RTP_PAYLOAD_NAME_SIZE, "PCMU");
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_codec_unittest.cc 68 if (!STR_CASE_CMP(my_codec.plname, "isac") && my_codec.plfreq == 16000) {
71 } else if (!STR_CASE_CMP(my_codec.plname, "isac") &&
75 } else if (!STR_CASE_CMP(my_codec.plname, "L16") &&
79 } else if (!STR_CASE_CMP(my_codec.plname, "RED")) {
152 EXPECT_EQ(0, STR_CASE_CMP(valid_secondary_.plname, my_codec.plname));
178 strncpy(codec1.plname, "isac", 4);
196 strncpy(codec2.plname, "ISAC", 4);
voe_codec_impl.cc 81 "GetCodec() => plname=%s, pacsize=%d, plfreq=%d, pltype=%d, "
82 "channels=%d, rate=%d", codec.plname, codec.pacsize,
95 "codec: plname=%s, pacsize=%d, plfreq=%d, pltype=%d, "
96 "channels=%d, rate=%d", codec.plname, codec.pacsize,
104 if ((STR_CASE_CMP(copyCodec.plname, "L16") == 0) &&
111 if (!STR_CASE_CMP(copyCodec.plname, "CN")
112 || !STR_CASE_CMP(copyCodec.plname, "TELEPHONE-EVENT")
113 || !STR_CASE_CMP(copyCodec.plname, "RED"))
177 "GetSendCodec() => plname=%s, pacsize=%d, plfreq=%d, "
178 "channels=%d, rate=%d", codec.plname, codec.pacsize
    [all...]
output_mixer.cc 330 else if((STR_CASE_CMP(codecInst->plname,"L16") == 0) ||
331 (STR_CASE_CMP(codecInst->plname,"PCMU") == 0) ||
332 (STR_CASE_CMP(codecInst->plname,"PCMA") == 0))
410 else if((STR_CASE_CMP(codecInst->plname,"L16") == 0) ||
411 (STR_CASE_CMP(codecInst->plname,"PCMU") == 0) ||
412 (STR_CASE_CMP(codecInst->plname,"PCMA") == 0))
transmit_mixer.cc 716 } else if ((STR_CASE_CMP(codecInst->plname,"L16") == 0) ||
717 (STR_CASE_CMP(codecInst->plname,"PCMU") == 0) ||
718 (STR_CASE_CMP(codecInst->plname,"PCMA") == 0))
794 } else if ((STR_CASE_CMP(codecInst->plname,"L16") == 0) ||
795 (STR_CASE_CMP(codecInst->plname,"PCMU") == 0) ||
796 (STR_CASE_CMP(codecInst->plname,"PCMA") == 0))
899 } else if ((STR_CASE_CMP(codecInst->plname,"L16") == 0) ||
900 (STR_CASE_CMP(codecInst->plname,"PCMU") == 0) ||
901 (STR_CASE_CMP(codecInst->plname,"PCMA") == 0))
977 } else if ((STR_CASE_CMP(codecInst->plname,"L16") == 0) |
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc 211 memcpy(voice_codec.plname, "PCMU", 5);
215 voice_codec.plname,
223 voice_codec.plname,
245 memcpy(voice_codec.plname, "PCMU", 5);
249 voice_codec.plname,
257 voice_codec.plname,
269 memcpy(voice_codec.plname, "RED", 4);
276 voice_codec.plname,
282 voice_codec.plname,
318 memcpy(voice_codec.plname, "PCMU", 5)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_utility.cc 107 if (strncmp(videoCodecInst.plName, "I420", 7) == 0)
113 if (strncmp(videoCodecInst.plName, "VP8", 7) == 0)
170 if (strncmp(audioCodecInst.plname, "PCMU", 4) == 0)
183 } else if (strncmp(audioCodecInst.plname, "PCMA", 4) == 0)
196 } else if (strncmp(audioCodecInst.plname, "L16", 3) == 0)
326 const size_t plnameLen = sizeof(_videoCodec.plName) / sizeof(char);
329 strncpy(_videoCodec.plName, "I420", plnameLen);
335 strncpy(_videoCodec.plName, "VP8", plnameLen);
641 strcpy(codec_info_.plname, "PCMA");
647 strcpy(codec_info_.plname, "PCMU")
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestVADDTX.cc 49 if (!strcmp(myCodecParam.plname, "opus")) {
217 if (!STR_CASE_CMP(myCodecParam.plname, codecName)) {
277 if ((STR_CASE_CMP(myCodecParam.plname, "G729") == 0)
278 || (STR_CASE_CMP(myCodecParam.plname, "G723") == 0)
279 || (STR_CASE_CMP(myCodecParam.plname, "AMR") == 0)
280 || (STR_CASE_CMP(myCodecParam.plname, "AMR-wb") == 0)
281 || (STR_CASE_CMP(myCodecParam.plname, "speex") == 0)) {
286 } else if (STR_CASE_CMP(myCodecParam.plname, "opus") == 0) {
EncodeDecodeTest.cc 77 printf("%d %s\n", n, sendCodec.plname);
138 if (!strcmp(recvCodec.plname, "opus")) {
286 if (STR_CASE_CMP(sendCodecTmp.plname, "telephone-event") == 0) {
288 } else if (STR_CASE_CMP(sendCodecTmp.plname, "cn") == 0) {
290 } else if (STR_CASE_CMP(sendCodecTmp.plname, "red") == 0) {
APITest.cc 143 if ((STR_CASE_CMP(dummyCodec.plname, "CN") == 0)
148 printf("Register Receive Codec %s ", dummyCodec.plname);
150 if ((n != 0) && !FixedPayloadTypeCodec(dummyCodec.plname)) {
158 if ((n < numCodecs - 1) && !FixedPayloadTypeCodec(dummyCodec.plname)) {
164 if (!FixedPayloadTypeCodec(nextCodec.plname)) {
170 if ((n < numCodecs - 1) && !FixedPayloadTypeCodec(dummyCodec.plname)) {
175 if (!FixedPayloadTypeCodec(nextCodec.plname)) {
186 if (!strcmp(dummyCodec.plname, "CN")) {
885 if (!FixedPayloadTypeCodec(myCodec.plname)) {
1116 fprintf(stdout, "Name................. %s\n", myCodec.plname);
    [all...]
delay_test.cc 107 if (STR_CASE_CMP(my_codec_param.plname, "opus") == 0)
111 if (STR_CASE_CMP(my_codec_param.plname, "CN") == 0 &&
114 if (STR_CASE_CMP(my_codec_param.plname, "telephone-event") == 0)
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_util.h 105 webrtc::RtpVideoCodecTypes ConvertCodecType(const char* plname);
test_util.cc 150 webrtc::RtpVideoCodecTypes ConvertCodecType(const char* plname) {
151 if (strncmp(plname,"VP8" , 3) == 0) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 443 rtc::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC");
448 EXPECT_STREQ("ISAC", gcodec.plname);
449 rtc::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname),
454 EXPECT_STREQ("telephone-event", gcodec.plname);
493 EXPECT_STREQ("opus", opus.plname);
517 EXPECT_STREQ("opus", opus.plname);
540 EXPECT_STREQ("opus", opus.plname);
561 rtc::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC")
    [all...]
fakewebrtcvoiceengine.h 512 rtc::strcpyn(codec.plname, sizeof(codec.plname), c.name.c_str());
522 if (_stricmp(codec.plname, "telephone-event") == 0 ||
523 _stricmp(codec.plname, "audio/telephone-event") == 0 ||
524 _stricmp(codec.plname, "CN") == 0 ||
525 _stricmp(codec.plname, "red") == 0 ) {
582 _stricmp(it->plname, codec.plname) != 0) {
590 if (strcmp(it->plname, codec.plname) == 0 &
    [all...]
  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 61 if (FLAGS_codec.compare(codec_params.plname) == 0 &&
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_cpu_test.cc 58 strcpy(isac.plname, "ISAC");
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.cc 122 if(STR_CASE_CMP(_codec.plname, "L16") == 0)
230 strncpy(codecInstL16.plname,"L16",32);
311 strncpy(codecInstL16.plname,"L16",32);
404 if( STR_CASE_CMP(_codec.plname, "L16") != 0 &&
407 LOG(LS_WARNING) << "SetUpAudioDecoder() codec " << _codec.plname
518 if(strncmp(video_codec_info_.plName, "I420", 5) == 0)
558 if(video_codec_info_.plName[0] == 0)
651 << video_codec_info_.plName << " not supported.";
file_recorder_impl.cc 232 STR_CASE_CMP(codec_info_.plname, "L16") != 0)
238 << codec_info_.plname
288 STR_CASE_CMP(codec_info_.plname, "L16") != 0)
293 << codec_info_.plname << " not supported.";
414 _videoCodecInst.plName);
642 if( STR_CASE_CMP(_videoCodecInst.plName, "I420") == 0)

Completed in 1210 milliseconds

1 2 3