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

12

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine_unittest.cc291 TEST_F(WebRtcVideoEngineTestFake, SetSendCodecs) {
295 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
308 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
324 EXPECT_FALSE(channel_->SetSendCodecs(codecs));
333 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
345 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
362 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
387 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
406 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
431 EXPECT_TRUE(channel_->SetSendCodecs(codec_lis
[all...]
H A Dwebrtcvoiceengine_unittest.cc165 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
170 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
217 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
576 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
596 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
615 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
634 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
642 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
654 TEST_F(WebRtcVoiceEngineTestFake, SetSendCodecs) {
663 EXPECT_TRUE(channel_->SetSendCodecs(codec
[all...]
H A Dwebrtcvoiceengine.h328 virtual bool SetSendCodecs(const std::vector<AudioCodec> &codecs);
410 bool SetSendCodecs(int channel, const std::vector<AudioCodec>& codecs);
H A Dwebrtcvideoengine.h253 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs);
H A Dwebrtcvoiceengine.cc1847 bool WebRtcVoiceMediaChannel::SetSendCodecs( function in class:cricket::WebRtcVoiceMediaChannel
2016 bool WebRtcVoiceMediaChannel::SetSendCodecs( function in class:cricket::WebRtcVoiceMediaChannel
2032 if (!SetSendCodecs(iter->second.channel, codecs)) {
2320 if (!send_codecs_.empty() && !SetSendCodecs(channel, send_codecs_))
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dfilemediaengine.cc216 bool FileVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) { function in class:cricket::FileVoiceChannel
239 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::FileVideoChannel
H A Dfilemediaengine.h134 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
169 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
H A Dmediachannel.h213 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) = 0;
438 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs) = 0;
H A Dmediaengine.h264 virtual bool SetSendCodecs(const std::vector<AudioCodec> &codecs) { function in class:cricket::NullVoiceMediaChannel
H A Dchannel.cc813 ret = media_channel()->SetSendCodecs(audio->codecs());
1091 ret = media_channel()->SetSendCodecs(video->codecs());
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine_unittest.cc188 EXPECT_TRUE(dmc->SetSendCodecs(known_codecs));
189 EXPECT_FALSE(dmc->SetSendCodecs(unknown_codecs));
190 EXPECT_TRUE(dmc->SetSendCodecs(mixed_codecs));
264 ASSERT_TRUE(dmc->SetSendCodecs(codecs));
328 ASSERT_TRUE(dmc1->SetSendCodecs(codecs));
329 ASSERT_TRUE(dmc2->SetSendCodecs(codecs));
375 ASSERT_TRUE(dmc->SetSendCodecs(codecs));
H A Drtpdataengine.h104 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 Dhybridvideoengine.cc142 bool HybridVideoMediaChannel::SetSendCodecs( function in class:cricket::HybridVideoMediaChannel
154 bool return_value = active_channel_->SetSendCodecs(codecs_to_set);
274 // TODO(juberti): Ensure that returning no stats until SetSendCodecs is OK.
H A Dfilemediaengine.h195 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
274 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
H A Dhybridvideoengine.h73 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.
495 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::FakeVideoMediaChannel
497 // Fake the failure in SetSendCodecs.
620 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::FakeDataMediaChannel
622 // Fake the failure in SetSendCodecs.
H A Dmediachannel.h947 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) = 0;
1021 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs) = 0;
1136 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs) = 0;
H A Dvideoengine_unittest.h535 success = channel_->SetSendCodecs(codecs);
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.h172 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs);
H A Dsctpdataengine.cc726 bool SctpDataMediaChannel::SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::SctpDataMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h124 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/session/media/
H A Dchannel.cc1728 ret &= media_channel()->SetSendCodecs(audio->codecs());
2156 ret &= media_channel()->SetSendCodecs(video->codecs());
2655 ret = media_channel()->SetSendCodecs(data->codecs());
2667 ret &= media_channel()->SetSendCodecs(data->codecs());

Completed in 340 milliseconds

12