Lines Matching full:opts
435 MediaSessionOptions opts;
436 opts.recv_video = true;
438 f1_.CreateOffer(opts, NULL));
452 f2_.CreateAnswer(offer.get(), opts, NULL));
505 MediaSessionOptions opts;
506 opts.recv_video = true;
509 offer(f1_.CreateOffer(opts, NULL));
547 MediaSessionOptions opts;
548 opts.recv_audio = true;
549 opts.recv_video = true;
550 opts.data_channel_type = cricket::DCT_RTP;
551 opts.bundle_enabled = true;
553 offer(f2_.CreateOffer(opts, NULL));
577 MediaSessionOptions opts;
578 opts.recv_audio = true;
579 opts.recv_video = false;
580 opts.data_channel_type = cricket::DCT_NONE;
581 opts.bundle_enabled = true;
582 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
584 f2_.CreateAnswer(offer.get(), opts, NULL));
614 MediaSessionOptions opts;
615 opts.data_channel_type = cricket::DCT_RTP;
618 offer(f1_.CreateOffer(opts, NULL));
649 MediaSessionOptions opts;
650 opts.recv_audio = false;
651 opts.bundle_enabled = true;
652 opts.data_channel_type = cricket::DCT_SCTP;
654 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
661 MediaSessionOptions opts;
662 opts.recv_audio = false;
663 opts.bundle_enabled = true;
664 opts.data_channel_type = cricket::DCT_SCTP;
666 rtc::scoped_ptr<SessionDescription> offer1(f1_.CreateOffer(opts, NULL));
677 opts.data_channel_type = cricket::DCT_NONE;
679 f1_.CreateOffer(opts, offer1.get()));
689 MediaSessionOptions opts;
690 opts.recv_video = true;
693 offer(f1_.CreateOffer(opts, NULL));
729 MediaSessionOptions opts;
730 opts.recv_audio = false;
731 opts.recv_video = false;
732 opts.data_channel_type = cricket::DCT_SCTP;
734 rtc::scoped_ptr<SessionDescription> offer1(f1_.CreateOffer(opts, NULL));
739 opts.recv_video = true;
741 f1_.CreateOffer(opts, offer1.get()));
747 opts.recv_audio = true;
749 f1_.CreateOffer(opts, offer2.get()));
758 rtc::scoped_ptr<SessionDescription> offer4(f1_.CreateOffer(opts, NULL));
793 MediaSessionOptions opts;
794 opts.recv_video = true;
797 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
800 f2_.CreateAnswer(offer.get(), opts, NULL));
826 MediaSessionOptions opts;
827 opts.data_channel_type = cricket::DCT_RTP;
830 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
833 f2_.CreateAnswer(offer.get(), opts, NULL));
861 MediaSessionOptions opts;
864 opts.recv_audio = false;
865 opts.data_channel_type = cricket::DCT_SCTP;
866 rtc::scoped_ptr<SessionDescription> offer1(f1_.CreateOffer(opts, NULL));
870 opts.recv_audio = true;
872 f1_.CreateOffer(opts, offer1.get()));
876 opts.recv_video = true;
878 f1_.CreateOffer(opts, offer2.get()));
882 f2_.CreateAnswer(offer3.get(), opts, NULL));
917 MediaSessionOptions opts;
918 opts.data_channel_type = cricket::DCT_RTP;
919 opts.recv_audio = false;
922 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
932 f2_.CreateAnswer(offer.get(), opts, NULL));
945 MediaSessionOptions opts;
951 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
958 f2_.CreateAnswer(offer.get(), opts, NULL));
973 MediaSessionOptions opts;
974 opts.recv_video = true;
981 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
984 f2_.CreateAnswer(offer.get(), opts, NULL));
1003 MediaSessionOptions opts;
1004 opts.recv_video = true;
1005 opts.data_channel_type = cricket::DCT_RTP;
1008 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1011 f2_.CreateAnswer(offer.get(), opts, NULL));
1030 MediaSessionOptions opts;
1031 opts.recv_video = true;
1032 opts.data_channel_type = cricket::DCT_RTP;
1035 offer(f1_.CreateOffer(opts, NULL));
1153 MediaSessionOptions opts;
1154 opts.recv_video = true;
1156 offer(f1_.CreateOffer(opts, NULL));
1170 MediaSessionOptions opts;
1171 opts.data_channel_type = cricket::DCT_RTP;
1173 offer(f1_.CreateOffer(opts, NULL));
1188 MediaSessionOptions opts;
1189 opts.recv_video = true;
1190 opts.data_channel_type = cricket::DCT_RTP;
1192 offer(f1_.CreateOffer(opts, NULL));
1204 f2_.CreateAnswer(offer.get(), opts, NULL));
1223 MediaSessionOptions opts;
1224 opts.AddSendStream(MEDIA_TYPE_VIDEO, kVideoTrack1, kMediaStream1);
1225 opts.AddSendStream(MEDIA_TYPE_AUDIO, kAudioTrack1, kMediaStream1);
1226 opts.AddSendStream(MEDIA_TYPE_AUDIO, kAudioTrack2, kMediaStream1);
1227 opts.data_channel_type = cricket::DCT_RTP;
1228 opts.AddSendStream(MEDIA_TYPE_DATA, kDataTrack1, kMediaStream1);
1229 opts.AddSendStream(MEDIA_TYPE_DATA, kDataTrack2, kMediaStream1);
1232 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1297 opts.AddSendStream(MEDIA_TYPE_VIDEO, kVideoTrack2, kMediaStream2);
1298 opts.RemoveSendStream(MEDIA_TYPE_AUDIO, kAudioTrack2);
1299 opts.AddSendStream(MEDIA_TYPE_AUDIO, kAudioTrack3, kMediaStream1);
1300 opts.RemoveSendStream(MEDIA_TYPE_DATA, kDataTrack2);
1301 opts.AddSendStream(MEDIA_TYPE_DATA, kDataTrack3, kMediaStream1);
1303 updated_offer(f1_.CreateOffer(opts, offer.get()));
1357 MediaSessionOptions opts;
1359 opts.AddSendVideoStream(kVideoTrack1, kMediaStream1, num_sim_layers);
1360 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1392 MediaSessionOptions opts;
1393 opts.AddSendStream(MEDIA_TYPE_VIDEO, kVideoTrack1, kMediaStream1);
1394 opts.AddSendStream(MEDIA_TYPE_AUDIO, kAudioTrack1, kMediaStream1);
1395 opts.AddSendStream(MEDIA_TYPE_AUDIO, kAudioTrack2, kMediaStream1);
1396 opts.data_channel_type = cricket::DCT_RTP;
1397 opts.AddSendStream(MEDIA_TYPE_DATA, kDataTrack1, kMediaStream1);
1398 opts.AddSendStream(MEDIA_TYPE_DATA, kDataTrack2, kMediaStream1);
1401 answer(f2_.CreateAnswer(offer.get(), opts, NULL));
1465 opts.AddSendStream(MEDIA_TYPE_VIDEO, kVideoTrack2, kMediaStream2);
1466 opts.RemoveSendStream(MEDIA_TYPE_AUDIO, kAudioTrack2);
1467 opts.RemoveSendStream(MEDIA_TYPE_DATA, kDataTrack2);
1469 updated_answer(f2_.CreateAnswer(offer.get(), opts, answer.get()));
1520 MediaSessionOptions opts;
1521 opts.recv_audio = true;
1522 opts.recv_video = true;
1524 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1526 f2_.CreateAnswer(offer.get(), opts, NULL));
1537 f2_.CreateOffer(opts, answer.get()));
1572 MediaSessionOptions opts;
1573 opts.recv_video = true;
1574 opts.recv_audio = false;
1585 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1588 f2_.CreateAnswer(offer.get(), opts, NULL));
1605 f2_.CreateOffer(opts, answer.get()));
1608 f1_.CreateAnswer(updated_offer.get(), opts, answer.get()));
1627 MediaSessionOptions opts;
1628 opts.recv_audio = true;
1629 opts.recv_video = false;
1631 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1633 f2_.CreateAnswer(offer.get(), opts, NULL));
1642 opts.recv_audio = true;
1643 opts.recv_video = true;
1652 f2_.CreateOffer(opts, answer.get()));
1655 f1_.CreateAnswer(updated_offer.get(), opts, answer.get()));
1676 MediaSessionOptions opts;
1677 opts.recv_video = true;
1678 opts.recv_audio = false;
1689 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1709 f2_.CreateAnswer(offer.get(), opts, NULL));
1720 MediaSessionOptions opts;
1721 opts.recv_video = true;
1722 opts.recv_audio = false;
1733 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1738 f2_.CreateAnswer(offer.get(), opts, NULL));
1750 MediaSessionOptions opts;
1751 opts.recv_video = true;
1752 opts.recv_audio = false;
1769 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1772 f2_.CreateAnswer(offer.get(), opts, NULL));
1785 MediaSessionOptions opts;
1786 opts.recv_video = true;
1787 opts.recv_audio = false;
1790 opts.AddSendVideoStream("stream1", "stream1label", 3);
1800 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1828 MediaSessionOptions opts;
1829 opts.recv_audio = true;
1830 opts.recv_video = true;
1837 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1839 f2_.CreateAnswer(offer.get(), opts, NULL));
1849 f2_.CreateOffer(opts, answer.get()));
1886 MediaSessionOptions opts;
1887 opts.recv_audio = true;
1888 opts.recv_video = true;
1893 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL));
1911 f1_.CreateOffer(opts, offer.get()));
2323 MediaSessionOptions opts;
2324 opts.recv_audio = true;
2325 opts.recv_video = true;
2326 opts.data_channel_type = cricket::DCT_SCTP;
2328 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, nullptr));
2334 f1_.CreateOffer(opts, offer.get()));