Searched refs:STR_CASE_CMP (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_receive_test_oldapi.cc29 if (STR_CASE_CMP(codec_param->plname, "CN") == 0 &&
33 if (STR_CASE_CMP(codec_param->plname, "telephone-event") == 0)
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) {
79 } else if (STR_CASE_CMP(plnam
[all...]
H A Dacm_codec_database.cc427 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("cel
[all...]
H A Dacm_generic_codec.cc640 if (!STR_CASE_CMP(encoder_params_.codec_inst.plname, "OPUS") ||
653 if (!STR_CASE_CMP(encoder_params_.codec_inst.plname, "G729")
682 if (!STR_CASE_CMP(encoder_params_.codec_inst.plname, "G729")
H A Daudio_coding_module_impl.cc62 return (STR_CASE_CMP(codec->plname, "RED") == 0);
70 return (STR_CASE_CMP(codec->plname, "CN") == 0);
788 if (!STR_CASE_CMP(send_codec.plname, "telephone-event")) {
1746 STR_CASE_CMP("ISAC", ACMCodecDB::database_[last_audio_codec_id].plname)) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestVADDTX.cc217 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) {
H A Ddelay_test.cc107 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)
H A DEncodeDecodeTest.cc286 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) {
H A DiSACTest.cc103 if (!STR_CASE_CMP(codecParam.plname, "ISAC")
108 if (!STR_CASE_CMP(codecParam.plname, "ISAC")
H A DAPITest.cc143 if ((STR_CASE_CMP(dummyCodec.plname, "CN") == 0)
1195 } while (!STR_CASE_CMP(myCodec.plname, "CN")
1196 || !STR_CASE_CMP(myCodec.plname, "telephone-event")
1197 || !STR_CASE_CMP(myCodec.plname, "RED"));
H A Dutility.cc274 if (!STR_CASE_CMP(payloadName, fixPayloadTypeCodecs[n])) {
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_unittest.cc68 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));
H A Dvoe_codec_impl.cc104 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"))
443 if (STR_CASE_CMP(fromInst.plname,"SILK") == 0)
482 if (STR_CASE_CMP(fromInst.plname,"SILK") == 0)
534 if ((STR_CASE_CMP(copy_codec.plname, "L16") == 0) &&
542 if (!STR_CASE_CMP(copy_codec.plname, "CN") ||
543 !STR_CASE_CMP(copy_codec.plname, "TELEPHONE-EVENT") ||
544 !STR_CASE_CMP(copy_code
[all...]
H A Doutput_mixer.cc330 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))
H A Dtransmit_mixer.cc716 } 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(codecIns
[all...]
H A Dchannel.cc1160 if (!STR_CASE_CMP(codec.plname, "PCMU") && (codec.channels == 1))
1166 if (!STR_CASE_CMP(codec.plname, "telephone-event"))
1179 if (!STR_CASE_CMP(codec.plname, "CN"))
1195 if (!STR_CASE_CMP(codec.plname, "RED"))
2346 else if((STR_CASE_CMP(codecInst->plname,"L16") == 0) ||
2347 (STR_CASE_CMP(codecInst->plname,"PCMU") == 0) ||
2348 (STR_CASE_CMP(codecInst->plname,"PCMA") == 0))
2423 else if((STR_CASE_CMP(codecInst->plname,"L16") == 0) ||
2424 (STR_CASE_CMP(codecInst->plname,"PCMU") == 0) ||
2425 (STR_CASE_CMP(codecIns
[all...]
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_utility.cc1047 if(STR_CASE_CMP(codecInst.plname, "PCMU") == 0)
1055 }else if(STR_CASE_CMP(codecInst.plname, "PCMA") == 0)
1064 else if(STR_CASE_CMP(codecInst.plname, "L16") == 0)
1146 if(STR_CASE_CMP(codec_info_.plname, "L16") == 0)
1150 } else if(STR_CASE_CMP(codec_info_.plname, "PCMU") == 0) {
1153 } else if(STR_CASE_CMP(codec_info_.plname, "PCMA") == 0) {
1715 if(STR_CASE_CMP(codecInst.plname, "amr") == 0)
1728 if(STR_CASE_CMP(codecInst.plname, "amr-wb") == 0)
1741 if(STR_CASE_CMP(codecInst.plname, "ilbc") == 0)
2053 if(STR_CASE_CMP(codecIns
[all...]
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h44 #define STR_CASE_CMP(s1, s2) ::_stricmp(s1, s2) macro
48 #define STR_CASE_CMP(s1, s2) ::strcasecmp(s1, s2) macro
296 (STR_CASE_CMP(plname, other.plname) == 0) &&
693 (STR_CASE_CMP(plName, other.plName) == 0) &&
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dfile_recorder_impl.cc232 STR_CASE_CMP(codec_info_.plname, "L16") != 0)
288 STR_CASE_CMP(codec_info_.plname, "L16") != 0)
642 if( STR_CASE_CMP(_videoCodecInst.plName, "I420") == 0)
H A Dfile_player_impl.cc122 if(STR_CASE_CMP(_codec.plname, "L16") == 0)
404 if( STR_CASE_CMP(_codec.plname, "L16") != 0 &&

Completed in 1111 milliseconds