Home | History | Annotate | Download | only in media

Lines Matching refs:ContentInfo

67 using cricket::ContentInfo;
199 static bool IsMediaContentOfType(const ContentInfo* content,
207 GetMediaDirection(const ContentInfo* content) {
440 ContentInfo* ac_offer= offer->GetContentByName("audio");
445 ContentInfo* vc_offer= offer->GetContentByName("video");
461 bool VerifyNoCNCodecs(const cricket::ContentInfo* content) {
487 const ContentInfo* ac = offer->GetContentByName("audio");
488 const ContentInfo* vc = offer->GetContentByName("video");
511 const ContentInfo* ac = offer->GetContentByName("audio");
512 const ContentInfo* vc = offer->GetContentByName("video");
620 const ContentInfo* ac = offer->GetContentByName("audio");
621 const ContentInfo* dc = offer->GetContentByName("data");
668 const ContentInfo* data = offer1->GetContentByName("data");
695 const ContentInfo* ac = offer->GetContentByName("audio");
696 const ContentInfo* vc = offer->GetContentByName("video");
775 const ContentInfo* ac = answer->GetContentByName("audio");
776 const ContentInfo* vc = answer->GetContentByName("video");
801 const ContentInfo* ac = answer->GetContentByName("audio");
802 const ContentInfo* vc = answer->GetContentByName("video");
834 const ContentInfo* ac = answer->GetContentByName("audio");
835 const ContentInfo* vc = answer->GetContentByName("data");
923 ContentInfo* dc_offer= offer->GetContentByName("data");
934 const ContentInfo* dc_answer = answer->GetContentByName("data");
960 const ContentInfo* ac_answer = answer->GetContentByName("audio");
1012 const ContentInfo* ac = answer->GetContentByName("audio");
1013 const ContentInfo* vc = answer->GetContentByName("video");
1014 const ContentInfo* dc = answer->GetContentByName("data");
1037 const ContentInfo* ac = offer->GetContentByName("audio");
1038 const ContentInfo* vc = offer->GetContentByName("video");
1039 const ContentInfo* dc = offer->GetContentByName("data");
1160 const ContentInfo* ac = answer->GetContentByName("audio");
1161 const ContentInfo* vc = answer->GetContentByName("video");
1177 const ContentInfo* ac = answer->GetContentByName("audio");
1178 const ContentInfo* dc = answer->GetContentByName("data");
1194 ContentInfo* ac = offer->GetContentByName("audio");
1195 ContentInfo* vc = offer->GetContentByName("video");
1196 ContentInfo* dc = offer->GetContentByName("data");
1235 const ContentInfo* ac = offer->GetContentByName("audio");
1236 const ContentInfo* vc = offer->GetContentByName("video");
1237 const ContentInfo* dc = offer->GetContentByName("data");
1363 const ContentInfo* vc = offer->GetContentByName("video");
1404 const ContentInfo* ac = answer->GetContentByName("audio");
1405 const ContentInfo* vc = answer->GetContentByName("video");
1406 const ContentInfo* dc = answer->GetContentByName("data");
1937 const ContentInfo* ac = copy->GetContentByName("audio");
1938 const ContentInfo* vc = copy->GetContentByName("video");
2077 ContentInfo* offer_content = offer->GetContentByName("audio");
2086 ContentInfo* answer_content = answer->GetContentByName("audio");
2103 ContentInfo* offer_content = offer->GetContentByName("audio");
2113 const ContentInfo* answer_content = answer->GetContentByName("audio");
2304 const ContentInfo* audio_content = offer->GetContentByName("audio");
2329 for (ContentInfo& content : offer->contents()) {
2335 const ContentInfo* audio_content = GetFirstAudioContent(updated_offer.get());
2336 const ContentInfo* video_content = GetFirstVideoContent(updated_offer.get());
2337 const ContentInfo* data_content = GetFirstDataContent(updated_offer.get());