Home | History | Annotate | Download | only in media

Lines Matching defs:ac

487   const ContentInfo* ac = offer->GetContentByName("audio");
489 ASSERT_TRUE(ac != NULL);
491 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
493 static_cast<const AudioContentDescription*>(ac->description);
511 const ContentInfo* ac = offer->GetContentByName("audio");
513 ASSERT_TRUE(ac != NULL);
515 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
518 static_cast<const AudioContentDescription*>(ac->description);
620 const ContentInfo* ac = offer->GetContentByName("audio");
622 ASSERT_TRUE(ac != NULL);
624 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
627 static_cast<const AudioContentDescription*>(ac->description);
695 const ContentInfo* ac = offer->GetContentByName("audio");
697 ASSERT_TRUE(ac != NULL);
700 static_cast<const AudioContentDescription*>(ac->description);
775 const ContentInfo* ac = answer->GetContentByName("audio");
777 ASSERT_TRUE(ac != NULL);
779 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
781 static_cast<const AudioContentDescription*>(ac->description);
801 const ContentInfo* ac = answer->GetContentByName("audio");
803 ASSERT_TRUE(ac != NULL);
805 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
808 static_cast<const AudioContentDescription*>(ac->description);
834 const ContentInfo* ac = answer->GetContentByName("audio");
836 ASSERT_TRUE(ac != NULL);
838 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
841 static_cast<const AudioContentDescription*>(ac->description);
1012 const ContentInfo* ac = answer->GetContentByName("audio");
1015 ASSERT_TRUE(ac != NULL);
1018 static_cast<const AudioContentDescription*>(ac->description);
1037 const ContentInfo* ac = offer->GetContentByName("audio");
1041 static_cast<const AudioContentDescription*>(ac->description));
1160 const ContentInfo* ac = answer->GetContentByName("audio");
1162 ASSERT_TRUE(ac != NULL);
1177 const ContentInfo* ac = answer->GetContentByName("audio");
1179 ASSERT_TRUE(ac != NULL);
1194 ContentInfo* ac = offer->GetContentByName("audio");
1197 ASSERT_TRUE(ac != NULL);
1200 ac->rejected = true;
1205 ac = answer->GetContentByName("audio");
1208 ASSERT_TRUE(ac != NULL);
1211 EXPECT_TRUE(ac->rejected);
1235 const ContentInfo* ac = offer->GetContentByName("audio");
1238 ASSERT_TRUE(ac != NULL);
1242 static_cast<const AudioContentDescription*>(ac->description);
1306 ac = updated_offer->GetContentByName("audio");
1309 ASSERT_TRUE(ac != NULL);
1313 static_cast<const AudioContentDescription*>(ac->description);
1404 const ContentInfo* ac = answer->GetContentByName("audio");
1407 ASSERT_TRUE(ac != NULL);
1411 static_cast<const AudioContentDescription*>(ac->description);
1472 ac = updated_answer->GetContentByName("audio");
1475 ASSERT_TRUE(ac != NULL);
1479 static_cast<const AudioContentDescription*>(ac->description);
1937 const ContentInfo* ac = copy->GetContentByName("audio");
1939 ASSERT_TRUE(ac != NULL);
1941 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
1943 static_cast<const AudioContentDescription*>(ac->description);