Home
last modified time | relevance | path

Searched refs:IsVideoContent (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/session/media/
Dmediasession.h537 bool IsVideoContent(const ContentInfo* content);
Dmediasession.cc1920 bool IsVideoContent(const ContentInfo* content) { in IsVideoContent() function
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc831 ASSERT_EQ(IsVideoContent(&c1), IsVideoContent(&c2)); in CompareSessionDescription()
832 if (IsVideoContent(&c1)) { in CompareSessionDescription()