• Home
  • Raw
  • Download

Lines Matching refs:GetFirstVideoContentDescription

76 using cricket::GetFirstVideoContentDescription;
457 GetFirstVideoContentDescription(answer.get()); in TestMediaDirectionInAnswer()
555 GetFirstVideoContentDescription(offer.get()); in TEST_F()
597 GetFirstVideoContentDescription(updated_offer.get()); in TEST_F()
990 GetFirstVideoContentDescription( in TEST_F()
996 GetFirstVideoContentDescription( in TEST_F()
1084 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(offer.get())); in TEST_F()
1087 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(answer.get())); in TEST_F()
1090 EXPECT_TRUE(GetFirstVideoContentDescription(offer.get())->rtcp_mux()); in TEST_F()
1093 EXPECT_TRUE(GetFirstVideoContentDescription(answer.get())->rtcp_mux()); in TEST_F()
1102 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(offer.get())); in TEST_F()
1105 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(answer.get())); in TEST_F()
1108 EXPECT_TRUE(GetFirstVideoContentDescription(offer.get())->rtcp_mux()); in TEST_F()
1111 EXPECT_FALSE(GetFirstVideoContentDescription(answer.get())->rtcp_mux()); in TEST_F()
1120 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(offer.get())); in TEST_F()
1123 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(answer.get())); in TEST_F()
1126 EXPECT_FALSE(GetFirstVideoContentDescription(offer.get())->rtcp_mux()); in TEST_F()
1129 EXPECT_FALSE(GetFirstVideoContentDescription(answer.get())->rtcp_mux()); in TEST_F()
1138 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(offer.get())); in TEST_F()
1141 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(answer.get())); in TEST_F()
1144 EXPECT_FALSE(GetFirstVideoContentDescription(offer.get())->rtcp_mux()); in TEST_F()
1147 EXPECT_FALSE(GetFirstVideoContentDescription(answer.get())->rtcp_mux()); in TEST_F()
1533 GetFirstVideoContentDescription(answer.get()); in TEST_F()
1563 GetFirstVideoContentDescription(updated_offer.get()); in TEST_F()
1591 GetFirstVideoContentDescription(answer.get()); in TEST_F()
1611 GetFirstVideoContentDescription(updated_answer.get()); in TEST_F()
1662 GetFirstVideoContentDescription(updated_answer.get()); in TEST_F()
1712 GetCodecNames(GetFirstVideoContentDescription(answer.get())->codecs()); in TEST_F()
1741 GetCodecNames(GetFirstVideoContentDescription(answer.get())->codecs()); in TEST_F()
1774 GetFirstVideoContentDescription(answer.get()); in TEST_F()
1845 GetFirstVideoContentDescription( in TEST_F()
1876 GetFirstVideoContentDescription(updated_offer.get()); in TEST_F()
1906 GetFirstVideoContentDescription( in TEST_F()
1917 GetFirstVideoContentDescription( in TEST_F()
2264 GetFirstVideoContentDescription(offer.get()); in TEST_F()