Searched refs:GetFirstVideoContent (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/talk/session/media/
H A Dmediasession.h540 const ContentInfo* GetFirstVideoContent(const ContentInfos& contents);
543 const ContentInfo* GetFirstVideoContent(const SessionDescription* sdesc);
H A Dmediasession.cc1622 GetFirstVideoContent(current_description);
1802 const ContentInfo* video_content = GetFirstVideoContent(offer);
1943 const ContentInfo* GetFirstVideoContent(const ContentInfos& contents) { function in namespace:cricket
1963 const ContentInfo* GetFirstVideoContent(const SessionDescription* sdesc) { function in namespace:cricket
H A Dchannel.cc1763 return GetFirstVideoContent(sdesc);
H A Dmediasession_unittest.cc73 using cricket::GetFirstVideoContent;
2336 const ContentInfo* video_content = GetFirstVideoContent(updated_offer.get());
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc668 content = cricket::GetFirstVideoContent(sdp);
691 content = cricket::GetFirstVideoContent(sdp);
2391 content = cricket::GetFirstVideoContent(offer->description());
2406 content = cricket::GetFirstVideoContent(offer->description());
2414 content = cricket::GetFirstVideoContent(offer->description());
2433 content = cricket::GetFirstVideoContent(offer->description());
2451 content = cricket::GetFirstVideoContent(offer->description());
2473 content = cricket::GetFirstVideoContent(offer->description());
2484 content = cricket::GetFirstVideoContent(offer->description());
2513 content = cricket::GetFirstVideoContent(answe
[all...]
H A Dpeerconnectioninterface_unittest.cc991 cricket::GetFirstVideoContent(offer->description());
1011 video_content = cricket::GetFirstVideoContent(offer->description());
1147 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(offer->description()),
1159 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(answer->description()),
1627 cricket::GetFirstVideoContent(pc_->local_description()->description());
1675 cricket::GetFirstVideoContent(offer->description());
1712 cricket::GetFirstVideoContent(offer->description());
H A Dwebrtcsdp_unittest.cc1298 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description());
1351 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description());
1610 GetFirstVideoContent(&desc_)->description);
1935 GetFirstVideoContent(&desc_)->description);
2556 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description());
2590 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description());
2609 GetFirstVideoContent(&desc_)->description);
H A Dwebrtcsession.cc316 cricket::GetFirstVideoContent(session_description);
1757 cricket::GetFirstVideoContent(desc);
1790 const cricket::ContentInfo* video = cricket::GetFirstVideoContent(desc);
H A Dpeerconnection.cc993 GetFirstVideoContent(desc->description());
1057 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc);
H A Dpeerconnection_unittest.cc555 const ContentInfo* remote_video_content = GetFirstVideoContent(remote_desc);
558 GetFirstVideoContent(local_desc);
H A Dwebrtcsdp.cc848 const ContentInfo* video_content = GetFirstVideoContent(desc);

Completed in 142 milliseconds