Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dmediasession_unittest.cc76 using cricket::GetFirstVideoContentDescription;
457 GetFirstVideoContentDescription(answer.get()); in TestMediaDirectionInAnswer()
555 GetFirstVideoContentDescription(offer.get()); in TEST_F()
597 GetFirstVideoContentDescription(updated_offer.get()); in TEST_F()
990 GetFirstVideoContentDescription( in TEST_F()
996 GetFirstVideoContentDescription( in TEST_F()
1084 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(offer.get())); in TEST_F()
1087 ASSERT_TRUE(NULL != GetFirstVideoContentDescription(answer.get())); in TEST_F()
1090 EXPECT_TRUE(GetFirstVideoContentDescription(offer.get())->rtcp_mux()); in TEST_F()
1093 EXPECT_TRUE(GetFirstVideoContentDescription(answer.get())->rtcp_mux()); in TEST_F()
[all …]
Dmediasession.cc1449 GetFirstVideoContentDescription(current_description); in GetCodecsToOffer()
1491 GetFirstVideoContentDescription(current_description); in GetRtpHdrExtsToOffer()
1637 GetCryptos(GetFirstVideoContentDescription(current_description)), in AddVideoContentForOffer()
1823 GetCryptos(GetFirstVideoContentDescription(current_description)), in AddVideoContentForAnswer()
1984 const VideoContentDescription* GetFirstVideoContentDescription( in GetFirstVideoContentDescription() function
Dmediasession.h547 const VideoContentDescription* GetFirstVideoContentDescription(
/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface_unittest.cc742 desc = cricket::GetFirstVideoContentDescription( in VerifyRemoteRtpHeaderExtensions()
1182 cricket::GetFirstVideoContentDescription(offer->description()); in TEST_F()
1202 cricket::GetFirstVideoContentDescription(offer->description()); in TEST_F()
1216 cricket::GetFirstVideoContentDescription(offer->description()); in TEST_F()
Dpeerconnection.cc1061 GetFirstVideoContentDescription(remote_desc); in SetRemoteDescription()