Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession_unittest.cc450 content = cricket::GetFirstVideoContent(sdp); in VerifyCryptoParams()
473 content = cricket::GetFirstVideoContent(sdp); in VerifyNoCryptoParams()
1975 content = cricket::GetFirstVideoContent(offer->description()); in TEST_F()
1990 content = cricket::GetFirstVideoContent(offer->description()); in TEST_F()
1998 content = cricket::GetFirstVideoContent(offer->description()); in TEST_F()
2017 content = cricket::GetFirstVideoContent(offer->description()); in TEST_F()
2035 content = cricket::GetFirstVideoContent(offer->description()); in TEST_F()
2057 content = cricket::GetFirstVideoContent(offer->description()); in TEST_F()
2068 content = cricket::GetFirstVideoContent(offer->description()); in TEST_F()
2097 content = cricket::GetFirstVideoContent(answer->description()); in TEST_F()
[all …]
Dwebrtcsdp_unittest.cc1257 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); in TestDeserializeCodecParams()
1308 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); in TestDeserializeRtcpFb()
1462 GetFirstVideoContent(&desc_)->description); in TEST_F()
1623 GetFirstVideoContent(&desc_)->description); in TEST_F()
1802 GetFirstVideoContent(&desc_)->description); in TEST_F()
1873 GetFirstVideoContent(&desc_)->description); in TEST_F()
2374 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description()); in TEST_F()
2393 GetFirstVideoContent(&desc_)->description); in TEST_F()
Dpeerconnectioninterface_unittest.cc725 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(offer->description()), in TEST_F()
737 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(answer->description()), in TEST_F()
1114 cricket::GetFirstVideoContent(pc_->local_description()->description()); in TEST_F()
Dwebrtcsession.cc239 cricket::GetFirstVideoContent(session_description); in GetTrackIdBySsrc()
1455 cricket::GetFirstVideoContent(desc); in RemoveUnusedChannelsAndTransports()
1504 const cricket::ContentInfo* video = cricket::GetFirstVideoContent(desc); in CreateChannels()
Dmediastreamsignaling.cc489 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc); in OnRemoteDescriptionChanged()
544 GetFirstVideoContent(desc->description()); in OnLocalDescriptionChanged()
Dpeerconnection_unittest.cc292 const ContentInfo* remote_video_content = GetFirstVideoContent(remote_desc); in VerifyRejectedMediaInSessionDescription()
295 GetFirstVideoContent(local_desc); in VerifyRejectedMediaInSessionDescription()
Dwebrtcsdp.cc827 const ContentInfo* video_content = GetFirstVideoContent(desc); in SdpSerialize()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasession.h528 const ContentInfo* GetFirstVideoContent(const ContentInfos& contents);
531 const ContentInfo* GetFirstVideoContent(const SessionDescription* sdesc);
Dcall.cc262 const ContentInfo* video_offer = GetFirstVideoContent(offer); in AddSession()
619 GetFirstVideoContent(session->local_description()); in SendVideoStreamUpdate()
865 const ContentInfo* video_content = GetFirstVideoContent(updated_contents); in OnRemoteDescriptionUpdate()
946 const ContentInfo* video_content = GetFirstVideoContent(updated_contents); in UpdateRemoteMediaStreams()
Dmediasession.cc1636 const ContentInfo* video_content = GetFirstVideoContent(offer); in AddVideoContentForAnswer()
1779 const ContentInfo* GetFirstVideoContent(const ContentInfos& contents) { in GetFirstVideoContent() function
1799 const ContentInfo* GetFirstVideoContent(const SessionDescription* sdesc) { in GetFirstVideoContent() function
Dchannel.cc1803 return GetFirstVideoContent(sdesc); in GetFirstContent()
Dmediasessionclient_unittest.cc1569 cricket::GetFirstVideoContent(sdesc); in GetFirstVideoContentDescription()