/external/webrtc/webrtc/tools/agc/ |
agc_harness.cc | 180 printf("%d %s/%d/%" PRIuS "\n", params.pltype, params.plname,
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
TestAllCodecs.cc | 142 if (!strcmp(my_codec_param.plname, "opus")) { 484 printf("%s -> ", acm_a_->SendCodec()->plname); 486 printf("%s\n", my_codec_param.plname);
|
TestStereo.cc | 598 if (!strcmp(opus_codec_param.plname, "opus")) { 835 printf("%s -> ", send_codec->plname); 840 printf("%s\n", receive_codec.plname);
|
TestRedFec.cc | 78 if (!strcmp(myCodecParam.plname, "opus")) {
|
TwoWayCommunication.cc | 76 printf("%d- %s\n", codecCntr, codecInst.plname);
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
voe_cmd_test.cc | 103 if (strncmp(codec_params->plname, "opus", 4) == 0) { 118 codec_params.plname, codec_params.plfreq, codec_params.channels); 467 if (strcmp(cinst.plname, "red") == 0) {
|
/external/webrtc/webrtc/audio/ |
audio_receive_stream_unittest.cc | 298 EXPECT_EQ(std::string(kCodecInst.plname), stats.codec_name);
|
/external/webrtc/webrtc/modules/video_coding/ |
video_sender.cc | 104 << sendCodec->plName << "'.";
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_rtcp_impl.cc | 245 voice_codec.plname, 254 return rtp_sender_.RegisterPayload(video_codec.plName,
|
rtp_rtcp_impl_unittest.cc | 176 strncpy(codec_.plName, "VP8", 3);
|
/external/webrtc/webrtc/video/ |
video_send_stream.cc | 372 strncpy(video_codec.plName, 375 video_codec.plName[kPayloadNameSize - 1] = '\0';
|
/external/webrtc/talk/media/webrtc/ |
webrtcvoiceengine.cc | 157 ss << codec.plname << "/" << codec.plfreq << "/" << codec.channels 167 return (_stricmp(codec.plname, ref_name) == 0); 305 pref->payload_type, voe_codec.plname, voe_codec.plfreq, 343 AudioCodec codec(voe_codec.pltype, voe_codec.plname, voe_codec.plfreq, [all...] |
/ndk/sources/host-tools/make-3.81/tests/ |
test_driver.pl | 543 local($plname,@moreusage) = @_; 546 print "Usage: perl $plname [testname] [-verbose] [-detail] [-keep]\n";
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
simulcast_unittest.h | 254 strncpy(settings->plName, "VP8", 4); [all...] |