Lines Matching refs:offer4
758 rtc::scoped_ptr<SessionDescription> offer4(f1_.CreateOffer(opts, NULL));
759 ASSERT_TRUE(offer4.get() != NULL);
760 EXPECT_EQ(3u, offer4->contents().size());
761 EXPECT_TRUE(IsMediaContentOfType(&offer4->contents()[0], MEDIA_TYPE_AUDIO));
762 EXPECT_TRUE(IsMediaContentOfType(&offer4->contents()[1], MEDIA_TYPE_VIDEO));
763 EXPECT_TRUE(IsMediaContentOfType(&offer4->contents()[2], MEDIA_TYPE_DATA));