Searched refs:GetFirstVideoContent (Results 1 – 11 of 11) sorted by relevance
668 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 …]
991 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()
1298 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()
316 cricket::GetFirstVideoContent(session_description); in GetTrackIdBySsrc()1757 cricket::GetFirstVideoContent(desc); in RemoveUnusedChannels()1790 const cricket::ContentInfo* video = cricket::GetFirstVideoContent(desc); in CreateChannels()
993 GetFirstVideoContent(desc->description()); in SetLocalDescription()1057 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc); in SetRemoteDescription()
555 const ContentInfo* remote_video_content = GetFirstVideoContent(remote_desc); in VerifyRejectedMediaInSessionDescription()558 GetFirstVideoContent(local_desc); in VerifyRejectedMediaInSessionDescription()
848 const ContentInfo* video_content = GetFirstVideoContent(desc); in SdpSerialize()
540 const ContentInfo* GetFirstVideoContent(const ContentInfos& contents);543 const ContentInfo* GetFirstVideoContent(const SessionDescription* sdesc);
1622 GetFirstVideoContent(current_description); in AddVideoContentForOffer()1802 const ContentInfo* video_content = GetFirstVideoContent(offer); in AddVideoContentForAnswer()1943 const ContentInfo* GetFirstVideoContent(const ContentInfos& contents) { in GetFirstVideoContent() function1963 const ContentInfo* GetFirstVideoContent(const SessionDescription* sdesc) { in GetFirstVideoContent() function
73 using cricket::GetFirstVideoContent;2336 const ContentInfo* video_content = GetFirstVideoContent(updated_offer.get()); in TEST_F()
1763 return GetFirstVideoContent(sdesc); in GetFirstContent()