Lines Matching refs:offer_opts
1068 MediaSessionOptions offer_opts; in TEST_F() local
1071 offer_opts.recv_video = true; in TEST_F()
1073 offer_opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
1078 offer_opts.rtcp_mux_enabled = true; in TEST_F()
1081 offer.reset(f1_.CreateOffer(offer_opts, NULL)); in TEST_F()
1096 offer_opts.rtcp_mux_enabled = true; in TEST_F()
1099 offer.reset(f1_.CreateOffer(offer_opts, NULL)); in TEST_F()
1114 offer_opts.rtcp_mux_enabled = false; in TEST_F()
1117 offer.reset(f1_.CreateOffer(offer_opts, NULL)); in TEST_F()
1132 offer_opts.rtcp_mux_enabled = false; in TEST_F()
1135 offer.reset(f1_.CreateOffer(offer_opts, NULL)); in TEST_F()
1384 MediaSessionOptions offer_opts; in TEST_F() local
1385 offer_opts.recv_video = true; in TEST_F()
1386 offer_opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
1389 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(offer_opts, in TEST_F()