Home
last modified time | relevance | path

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

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