HomeSort by relevance Sort by last modified time
    Searched refs:GetFirstVideoContent (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 528 const ContentInfo* GetFirstVideoContent(const ContentInfos& contents);
531 const ContentInfo* GetFirstVideoContent(const SessionDescription* sdesc);
call.cc 262 const ContentInfo* video_offer = GetFirstVideoContent(offer);
619 GetFirstVideoContent(session->local_description());
865 const ContentInfo* video_content = GetFirstVideoContent(updated_contents);
946 const ContentInfo* video_content = GetFirstVideoContent(updated_contents);
    [all...]
mediasession.cc     [all...]
channel.cc     [all...]
mediasessionclient_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc 450 content = cricket::GetFirstVideoContent(sdp);
473 content = cricket::GetFirstVideoContent(sdp);
    [all...]
webrtcsdp_unittest.cc     [all...]
peerconnectioninterface_unittest.cc 725 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(offer->description()),
737 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(answer->description()),
    [all...]
mediastreamsignaling.cc 489 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc);
544 GetFirstVideoContent(desc->description());
    [all...]
webrtcsession.cc 239 cricket::GetFirstVideoContent(session_description);
    [all...]
peerconnection_unittest.cc 292 const ContentInfo* remote_video_content = GetFirstVideoContent(remote_desc);
295 GetFirstVideoContent(local_desc);
    [all...]
webrtcsdp.cc 827 const ContentInfo* video_content = GetFirstVideoContent(desc);
    [all...]

Completed in 1253 milliseconds