Home | History | Annotate | Download | only in media

Lines Matching refs:f1_

232       : f1_(&tdf1_),
234 f1_.set_audio_codecs(MAKE_VECTOR(kAudioCodecs1));
235 f1_.set_video_codecs(MAKE_VECTOR(kVideoCodecs1));
236 f1_.set_data_codecs(MAKE_VECTOR(kDataCodecs1));
311 desc.reset(f1_.CreateOffer(options, current_desc.get()));
314 offer.reset(f1_.CreateOffer(options, NULL));
315 desc.reset(f1_.CreateAnswer(offer.get(), options, current_desc.get()));
381 f1_.set_secure(SEC_ENABLED);
390 ref_desc.reset(f1_.CreateOffer(options, NULL));
392 desc.reset(f1_.CreateOffer(options, ref_desc.get()));
395 ref_desc.reset(f1_.CreateOffer(options, NULL));
396 desc.reset(f1_.CreateAnswer(ref_desc.get(), options, NULL));
438 f1_.CreateOffer(opts, NULL));
475 MediaSessionDescriptionFactory f1_;
483 f1_.set_secure(SEC_ENABLED);
485 f1_.CreateOffer(MediaSessionOptions(), NULL));
495 EXPECT_EQ(f1_.audio_codecs(), acd->codecs());
507 f1_.set_secure(SEC_ENABLED);
509 offer(f1_.CreateOffer(opts, NULL));
522 EXPECT_EQ(f1_.audio_codecs(), acd->codecs());
529 EXPECT_EQ(f1_.video_codecs(), vcd->codecs());
575 f1_.set_secure(SEC_ENABLED);
582 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
591 rtc::scoped_ptr<SessionDescription> updated_offer(f1_.CreateOffer(
616 f1_.set_secure(SEC_ENABLED);
618 offer(f1_.CreateOffer(opts, NULL));
631 EXPECT_EQ(f1_.audio_codecs(), acd->codecs());
638 EXPECT_EQ(f1_.data_codecs(), dcd->codecs());
653 f1_.set_secure(SEC_ENABLED);
654 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
665 f1_.set_secure(SEC_ENABLED);
666 rtc::scoped_ptr<SessionDescription> offer1(f1_.CreateOffer(opts, NULL));
679 f1_.CreateOffer(opts, offer1.get()));
691 f1_.set_add_legacy_streams(false);
693 offer(f1_.CreateOffer(opts, NULL));
716 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(options, NULL));
734 rtc::scoped_ptr<SessionDescription> offer1(f1_.CreateOffer(opts, NULL));
741 f1_.CreateOffer(opts, offer1.get()));
749 f1_.CreateOffer(opts, offer2.get()));
758 rtc::scoped_ptr<SessionDescription> offer4(f1_.CreateOffer(opts, NULL));
768 f1_.set_secure(SEC_ENABLED);
771 f1_.CreateOffer(MediaSessionOptions(), NULL));
795 f1_.set_secure(SEC_ENABLED);
797 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
828 f1_.set_secure(SEC_ENABLED);
830 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
866 rtc::scoped_ptr<SessionDescription> offer1(f1_.CreateOffer(opts, NULL));
872 f1_.CreateOffer(opts, offer1.get()));
878 f1_.CreateOffer(opts, offer2.get()));
920 f1_.set_secure(SEC_ENABLED);
922 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
946 f1_.set_secure(SEC_DISABLED);
951 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
976 f1_.set_audio_rtp_header_extensions(MAKE_VECTOR(kAudioRtpExtension1));
977 f1_.set_video_rtp_header_extensions(MAKE_VECTOR(kVideoRtpExtension1));
981 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1006 f1_.set_add_legacy_streams(false);
1008 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1033 f1_.set_secure(SEC_ENABLED);
1035 offer(f1_.CreateOffer(opts, NULL));
1081 offer.reset(f1_.CreateOffer(offer_opts, NULL));
1099 offer.reset(f1_.CreateOffer(offer_opts, NULL));
1117 offer.reset(f1_.CreateOffer(offer_opts, NULL));
1135 offer.reset(f1_.CreateOffer(offer_opts, NULL));
1156 offer(f1_.CreateOffer(opts, NULL));
1173 offer(f1_.CreateOffer(opts, NULL));
1192 offer(f1_.CreateOffer(opts, NULL));
1231 f1_.set_secure(SEC_ENABLED);
1232 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1248 EXPECT_EQ(f1_.audio_codecs(), acd->codecs());
1265 EXPECT_EQ(f1_.video_codecs(), vcd->codecs());
1276 EXPECT_EQ(f1_.data_codecs(), dcd->codecs());
1303 updated_offer(f1_.CreateOffer(opts, offer.get()));
1360 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1387 f1_.set_secure(SEC_ENABLED);
1389 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(offer_opts,
1524 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1576 // This creates rtx for H264 with the payload type |f1_| uses.
1578 f1_.set_video_codecs(f1_codecs);
1585 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1601 // are different from |f1_|.
1608 f1_.CreateAnswer(updated_offer.get(), opts, answer.get()));
1623 // This creates rtx for H264 with the payload type |f1_| uses.
1625 f1_.set_video_codecs(f1_codecs);
1631 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1655 f1_.CreateAnswer(updated_offer.get(), opts, answer.get()));
1682 f1_.set_video_codecs(f1_codecs);
1689 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1726 f1_.set_video_codecs(f1_codecs);
1733 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1756 f1_.set_video_codecs(f1_codecs);
1760 f1_.set_video_codecs(f1_codecs);
1769 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1796 f1_.set_video_codecs(f1_codecs);
1800 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1832 f1_.set_audio_rtp_header_extensions(MAKE_VECTOR(kAudioRtpExtension1));
1833 f1_.set_video_rtp_header_extensions(MAKE_VECTOR(kVideoRtpExtension1));
1837 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1855 // |f1_| for another extensions, it is changed to 13.
1863 // |f1_| for another extensions, is is changed to 12.
1890 f1_.set_audio_rtp_header_extensions(MAKE_VECTOR(kAudioRtpExtension3));
1891 f1_
1893 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1911 f1_.CreateOffer(opts, offer.get()));
2069 f1_.set_secure(SEC_ENABLED);
2075 f1_.CreateOffer(MediaSessionOptions(), NULL));
2095 f1_.set_secure(SEC_ENABLED);
2101 f1_.CreateOffer(MediaSessionOptions(), NULL));
2126 f1_.set_secure(SEC_ENABLED);
2140 offer.reset(f1_.CreateOffer(options, NULL));
2206 offer.reset(f1_.CreateOffer(options, offer.get()));
2229 f1_.set_secure(SEC_DISABLED);
2234 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(options,
2245 f1_.set_secure(SEC_DISABLED);
2257 offer.reset(f1_.CreateOffer(options, NULL));
2302 f1_.CreateOffer(options, NULL));
2308 offer.reset(f1_.CreateOffer(options, NULL));
2313 f1_.CreateAnswer(offer.get(), options, NULL));
2328 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, nullptr));
2334 f1_.CreateOffer(opts, offer.get()));