HomeSort by relevance Sort by last modified time
    Searched refs:SetSendCodecs (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 194 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...]
webrtcvideoengine_unittest.cc 370 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(codecs))
    [all...]
webrtcvideoengine2_unittest.cc 615 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()));
    [all...]
webrtcvoiceengine.h 340 virtual bool SetSendCodecs(const std::vector<AudioCodec> &codecs);
430 bool SetSendCodecs(int channel, const std::vector<AudioCodec>& codecs);
webrtcvideoengine.h 254 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs);
webrtcvideoengine2.h 227 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs) OVERRIDE;
webrtcvoiceengine.cc     [all...]
webrtcvideoengine2.cc 807 bool WebRtcVideoChannel2::SetSendCodecs(const std::vector<VideoCodec>& codecs) {
808 LOG(LS_INFO) << "SetSendCodecs: " << CodecVectorToString(codecs);
    [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine_unittest.cc 197 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));
rtpdataengine.h 105 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs);
filemediaengine.cc 291 bool FileVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
337 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) {
filemediaengine.h 194 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
274 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
rtpdataengine.cc 160 bool RtpDataMediaChannel::SetSendCodecs(const std::vector<DataCodec>& codecs) {
164 "Failed to SetSendCodecs because there is no known codec.";
fakemediaengine.h 266 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) {
268 // Fake the failure in SetSendCodecs.
529 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs) {
531 // Fake the failure in SetSendCodecs.
663 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs) {
665 // Fake the failure in SetSendCodecs.
    [all...]
mediachannel.h     [all...]
videoengine_unittest.h 583 success = channel_->SetSendCodecs(codecs);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h 181 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs);
sctpdataengine.cc 880 bool SctpDataMediaChannel::SetSendCodecs(const std::vector<DataCodec>& codecs) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 122 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
linphonemediaengine.cc 163 bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]

Completed in 1004 milliseconds