Searched refs:GetFirstVideoContentDescription (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession_unittest.cc73 using cricket::GetFirstVideoContentDescription;
429 GetFirstVideoContentDescription(answer.get());
529 GetFirstVideoContentDescription(offer.get());
571 GetFirstVideoContentDescription(updated_offer.get());
918 GetFirstVideoContentDescription(
924 GetFirstVideoContentDescription(
1012 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(offer.get()));
1015 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(answer.get()));
1018 EXPECT_TRUE(GetFirstVideoContentDescription(offer.get())->rtcp_mux());
1021 EXPECT_TRUE(GetFirstVideoContentDescription(answe
[all...]
H A Dmediasession.cc1327 GetFirstVideoContentDescription(current_description);
1368 GetFirstVideoContentDescription(current_description);
1490 GetCryptos(GetFirstVideoContentDescription(current_description)),
1658 GetCryptos(GetFirstVideoContentDescription(current_description)),
1820 const VideoContentDescription* GetFirstVideoContentDescription( function in namespace:cricket
H A Dmediasession.h535 const VideoContentDescription* GetFirstVideoContentDescription(
H A Dmediasessionclient_unittest.cc1566 const cricket::VideoContentDescription* GetFirstVideoContentDescription( function in class:MediaSessionClientTest
1622 GetFirstVideoContentDescription(sdesc));
1631 GetFirstVideoContentDescription(sdesc);
1640 GetFirstVideoContentDescription(sdesc);
1700 GetFirstVideoContentDescription(session->remote_description());
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface_unittest.cc434 desc = cricket::GetFirstVideoContentDescription(

Completed in 114 milliseconds