Lines Matching defs:vc

488   const ContentInfo* vc = offer->GetContentByName("video");
490 ASSERT_TRUE(vc == NULL);
512 const ContentInfo* vc = offer->GetContentByName("video");
514 ASSERT_TRUE(vc != NULL);
516 EXPECT_EQ(std::string(NS_JINGLE_RTP), vc->type);
520 static_cast<const VideoContentDescription*>(vc->description);
696 const ContentInfo* vc = offer->GetContentByName("video");
698 ASSERT_TRUE(vc != NULL);
702 static_cast<const VideoContentDescription*>(vc->description);
776 const ContentInfo* vc = answer->GetContentByName("video");
778 ASSERT_TRUE(vc == NULL);
802 const ContentInfo* vc = answer->GetContentByName("video");
804 ASSERT_TRUE(vc != NULL);
806 EXPECT_EQ(std::string(NS_JINGLE_RTP), vc->type);
810 static_cast<const VideoContentDescription*>(vc->description);
835 const ContentInfo* vc = answer->GetContentByName("data");
837 ASSERT_TRUE(vc != NULL);
839 EXPECT_EQ(std::string(NS_JINGLE_RTP), vc->type);
843 static_cast<const DataContentDescription*>(vc->description);
1013 const ContentInfo* vc = answer->GetContentByName("video");
1016 ASSERT_TRUE(vc != NULL);
1020 static_cast<const VideoContentDescription*>(vc->description);
1038 const ContentInfo* vc = offer->GetContentByName("video");
1043 static_cast<const VideoContentDescription*>(vc->description));
1161 const ContentInfo* vc = answer->GetContentByName("video");
1163 ASSERT_TRUE(vc != NULL);
1164 ASSERT_TRUE(vc->description != NULL);
1165 EXPECT_TRUE(vc->rejected);
1195 ContentInfo* vc = offer->GetContentByName("video");
1198 ASSERT_TRUE(vc != NULL);
1201 vc->rejected = true;
1206 vc = answer->GetContentByName("video");
1209 ASSERT_TRUE(vc != NULL);
1212 EXPECT_TRUE(vc->rejected);
1236 const ContentInfo* vc = offer->GetContentByName("video");
1239 ASSERT_TRUE(vc != NULL);
1244 static_cast<const VideoContentDescription*>(vc->description);
1307 vc = updated_offer->GetContentByName("video");
1310 ASSERT_TRUE(vc != NULL);
1315 static_cast<const VideoContentDescription*>(vc->description);
1363 const ContentInfo* vc = offer->GetContentByName("video");
1364 ASSERT_TRUE(vc != NULL);
1366 static_cast<const VideoContentDescription*>(vc->description);
1405 const ContentInfo* vc = answer->GetContentByName("video");
1408 ASSERT_TRUE(vc != NULL);
1413 static_cast<const VideoContentDescription*>(vc->description);
1473 vc = updated_answer->GetContentByName("video");
1476 ASSERT_TRUE(vc != NULL);
1481 static_cast<const VideoContentDescription*>(vc->description);
1938 const ContentInfo* vc = copy->GetContentByName("video");
1940 ASSERT_TRUE(vc != NULL);
1947 EXPECT_EQ(std::string(NS_JINGLE_RTP), vc->type);
1949 static_cast<const VideoContentDescription*>(vc->description);