/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | acm_receiver_unittest_oldapi.cc | 121 0, receiver_->AddCodec(*i, codecs_[*i].pltype, codecs_[*i].channels, in AddSetOfCodecs() 176 receiver_->AddCodec(n, codecs_[n].pltype, codecs_[n].channels, in TEST_F() 207 EXPECT_EQ(0, receiver_->AddCodec(codec1.id, codec1.inst.pltype, in TEST_F() 210 EXPECT_EQ(0, receiver_->AddCodec(codec1.id, codec2.pltype, codec2.channels, in TEST_F() 233 EXPECT_EQ(0, receiver_->AddCodec(codec1.id, codec1.inst.pltype, in TEST_F() 236 EXPECT_EQ(0, receiver_->AddCodec(codec2.id, codec2.inst.pltype, in TEST_F() 255 0, receiver_->AddCodec(codec.id, codec.inst.pltype, codec.inst.channels, in TEST_F() 302 0, receiver_->AddCodec(codec.id, codec.inst.pltype, codec.inst.channels, in TEST_F()
|
D | acm_receiver.h | 117 int AddCodec(int acm_codec_id,
|
D | audio_coding_module_impl.cc | 560 if (receiver_.AddCodec(static_cast<int>(i), in InitializeReceiverSafe() 615 return receiver_.AddCodec( in RegisterReceiveCodec() 642 return receiver_.AddCodec(-1 /* external */, rtp_payload_type, num_channels, in RegisterExternalReceiveCodec()
|
D | acm_receiver.cc | 302 int32_t AcmReceiver::AddCodec(int acm_codec_id, in AddCodec() function in webrtc::acm2::AcmReceiver
|
/external/webrtc/talk/app/webrtc/ |
D | jsepsessiondescription_unittest.cc | 68 audio->AddCodec(cricket::AudioCodec(103, "ISAC", 16000, 0, 0, 0)); in CreateCricketSessionDescription() 72 video->AddCodec(cricket::VideoCodec(120, "VP8", 640, 480, 30, 0)); in CreateCricketSessionDescription()
|
D | webrtcsdp_unittest.cc | 556 audio_desc_->AddCodec(opus); in WebRtcSdpTest() 557 audio_desc_->AddCodec(AudioCodec(103, "ISAC", 16000, 32000, 1, 2)); in WebRtcSdpTest() 558 audio_desc_->AddCodec(AudioCodec(104, "ISAC", 32000, 56000, 1, 1)); in WebRtcSdpTest() 589 video->AddCodec(VideoCodec( in WebRtcSdpTest() 1111 data_desc_->AddCodec(codec); in AddSctpDataChannel() 1124 data_desc_->AddCodec(DataCodec(101, "google-data", 1)); in AddRtpDataChannel()
|
D | webrtcsdp.cc | 1606 media_desc->AddCodec(codec_port); in AddSctpDataCodec() 2107 media_desc->AddCodec(cricket::AudioCodec(payload_type, encoding_name, in MaybeCreateStaticPayloadAudioCodecs() 2370 desc->AddCodec(codec); in AddOrReplaceCodec() 2965 data_desc->AddCodec(cricket::DataCodec(payload_type, encoding_name, in ParseRtpmapAttribute()
|
/external/webrtc/talk/session/media/ |
D | mediasession.h | 332 void AddCodec(const C& codec) { in AddCodec() function 343 AddCodec(codec); in AddOrReplaceCodec() 348 AddCodec(*codec); in AddCodecs()
|
D | channel_unittest.cc | 1816 audio->AddCodec(audio_codec); in CreateContent() 1888 video->AddCodec(video_codec); in CreateContent() 2604 data->AddCodec(kGoogleDataCodec); in CreateContent()
|