Home
last modified time | relevance | path

Searched refs:NS_GINGLE_VIDEO (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dconstants.cc125 const char NS_GINGLE_VIDEO[] = "http://www.google.com/session/video"; variable
127 { NS_GINGLE_VIDEO, LN_DESCRIPTION };
129 { NS_GINGLE_VIDEO, LN_PAYLOADTYPE };
130 const buzz::StaticQName QN_GINGLE_VIDEO_SRCID = { NS_GINGLE_VIDEO, "src-id" };
132 { NS_GINGLE_VIDEO, LN_BANDWIDTH };
141 { NS_GINGLE_VIDEO, "usage" };
H A Dconstants.h138 extern const char NS_GINGLE_VIDEO[];
H A Dsessionmessages.cc487 if (content_type == NS_GINGLE_VIDEO) { in ParseGingleContentInfos()
713 *content_type == NS_GINGLE_VIDEO) in ParseContentType()
H A Dsession_unittest.cc1516 std::string gingle_content_type = cricket::NS_GINGLE_VIDEO; in TestVideoContents()
2032 std::string gingle_content_type = cricket::NS_GINGLE_VIDEO; in TestTransportMux()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dmediasessionclient.cc590 } else if (NS_GINGLE_VIDEO == content_type) { in ParseContent()