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

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
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);
137 if (IsNotViableSendCodec(codec_instance_.plname)) {
138 TEST_LOG("Skipping %s.\n", codec_instance_.plname);
146 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 112 if (strncmp(videoCodecInst.plName, "I420", 7) == 0)
118 if (strncmp(videoCodecInst.plName, "VP8", 7) == 0)
175 if (strncmp(audioCodecInst.plname, "PCMU", 4) == 0)
188 } else if (strncmp(audioCodecInst.plname, "PCMA", 4) == 0)
201 } else if (strncmp(audioCodecInst.plname, "L16", 3) == 0)
331 const size_t plnameLen = sizeof(_videoCodec.plName) / sizeof(char);
334 strncpy(_videoCodec.plName, "I420", plnameLen);
340 strncpy(_videoCodec.plName, "VP8", plnameLen);
647 strcpy(codec_info_.plname, "PCMA");
653 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/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 442 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC");
447 EXPECT_STREQ("ISAC", gcodec.plname);
448 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname),
453 EXPECT_STREQ("telephone-event", gcodec.plname);
492 EXPECT_STREQ("opus", opus.plname);
516 EXPECT_STREQ("opus", opus.plname);
539 EXPECT_STREQ("opus", opus.plname);
560 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC")
    [all...]
fakewebrtcvoiceengine.h 415 talk_base::strcpyn(codec.plname, sizeof(codec.plname), c.name.c_str());
425 if (_stricmp(codec.plname, "telephone-event") == 0 ||
426 _stricmp(codec.plname, "audio/telephone-event") == 0 ||
427 _stricmp(codec.plname, "CN") == 0 ||
428 _stricmp(codec.plname, "red") == 0 ) {
485 _stricmp(it->plname, codec.plname) != 0) {
493 if (strcmp(it->plname, codec.plname) == 0 &
    [all...]
  /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/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)
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest.cc 122 ViETest::Log("\tplName: %s", videoCodec.plName);
135 ViETest::Log("\t: %s", audioCodec.plname);

Completed in 93 milliseconds

1 2