Searched refs:SetSendCodecs (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine_unittest.cc194 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
199 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
244 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
634 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
655 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
674 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
693 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
712 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
720 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
732 TEST_F(WebRtcVoiceEngineTestFake, SetSendCodecs) {
[all...]
H A Dwebrtcvideoengine_unittest.cc370 TEST_F(WebRtcVideoEngineTestFake, SetSendCodecs) {
374 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
388 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
394 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
406 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
422 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
444 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
461 EXPECT_FALSE(channel_->SetSendCodecs(codecs));
470 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
482 EXPECT_TRUE(channel_->SetSendCodecs(codec
[all...]
H A Dwebrtcvideoengine2_unittest.cc615 EXPECT_TRUE(fake_channel_->SetSendCodecs(engine_.codecs()));
657 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
767 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
790 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
797 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
805 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
813 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
1038 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
1061 ASSERT_TRUE(channel_->SetSendCodecs(codecs));
1222 ASSERT_TRUE(channel_->SetSendCodecs(engine
[all...]
H A Dwebrtcvoiceengine.h340 virtual bool SetSendCodecs(const std::vector<AudioCodec> &codecs);
430 bool SetSendCodecs(int channel, const std::vector<AudioCodec>& codecs);
H A Dwebrtcvideoengine.h254 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs);
H A Dwebrtcvideoengine2.h227 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs) OVERRIDE;
H A Dwebrtcvoiceengine.cc2028 bool WebRtcVoiceMediaChannel::SetSendCodecs( function in class:cricket::WebRtcVoiceMediaChannel
2228 bool WebRtcVoiceMediaChannel::SetSendCodecs( function in class:cricket::WebRtcVoiceMediaChannel
2244 if (!SetSendCodecs(iter->second->channel(), codecs)) {
2598 if (!send_codecs_.empty() && !SetSendCodecs(channel, send_codecs_))
H A Dwebrtcvideoengine2.cc807 bool WebRtcVideoChannel2::SetSendCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::WebRtcVideoChannel2
808 LOG(LS_INFO) << "SetSendCodecs: " << CodecVectorToString(codecs);
H A Dwebrtcvideoengine.cc1665 bool WebRtcVideoMediaChannel::SetSendCodecs( function in class:cricket::WebRtcVideoMediaChannel
1773 LogSendCodecChange("SetSendCodecs()");
1866 // SetSendCodecs must have been called already.
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine_unittest.cc197 EXPECT_TRUE(dmc->SetSendCodecs(known_codecs));
198 EXPECT_FALSE(dmc->SetSendCodecs(unknown_codecs));
199 EXPECT_TRUE(dmc->SetSendCodecs(mixed_codecs));
273 ASSERT_TRUE(dmc->SetSendCodecs(codecs));
337 ASSERT_TRUE(dmc1->SetSendCodecs(codecs));
338 ASSERT_TRUE(dmc2->SetSendCodecs(codecs));
384 ASSERT_TRUE(dmc->SetSendCodecs(codecs));
H A Drtpdataengine.h105 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs);
H A Dfilemediaengine.cc291 bool FileVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) { function in class:cricket::FileVoiceChannel
337 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::FileVideoChannel
H A Dfilemediaengine.h194 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
274 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
H A Drtpdataengine.cc160 bool RtpDataMediaChannel::SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::RtpDataMediaChannel
164 "Failed to SetSendCodecs because there is no known codec.";
H A Dfakemediaengine.h266 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) { function in class:cricket::FakeVoiceMediaChannel
268 // Fake the failure in SetSendCodecs.
529 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::FakeVideoMediaChannel
531 // Fake the failure in SetSendCodecs.
663 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::FakeDataMediaChannel
665 // Fake the failure in SetSendCodecs.
H A Dmediachannel.h1077 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) = 0;
1151 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs) = 0;
1271 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs) = 0;
H A Dvideoengine_unittest.h583 success = channel_->SetSendCodecs(codecs);
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h122 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
H A Dlinphonemediaengine.cc163 bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) { function in class:cricket::LinphoneVoiceChannel
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.h181 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs);
H A Dsctpdataengine.cc880 bool SctpDataMediaChannel::SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::SctpDataMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc1510 if (!media_channel()->SetSendCodecs(audio->codecs())) {
1870 if (!media_channel()->SetSendCodecs(video->codecs())) {
2274 if (!media_channel()->SetSendCodecs(data->codecs())) {
2289 if (!media_channel()->SetSendCodecs(data->codecs())) {

Completed in 207 milliseconds