Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dconstants.cc116 const std::string NS_GINGLE_VIDEO("http://www.google.com/session/video"); variable
118 true, NS_GINGLE_VIDEO, LN_DESCRIPTION);
120 true, NS_GINGLE_VIDEO, LN_PAYLOADTYPE);
121 const buzz::QName QN_GINGLE_VIDEO_SRCID(true, NS_GINGLE_VIDEO, "src-id");
123 true, NS_GINGLE_VIDEO, LN_BANDWIDTH);
130 const buzz::QName QN_GINGLE_VIDEO_CRYPTO_USAGE(true, NS_GINGLE_VIDEO, "usage");
Dconstants.h132 extern const std::string NS_GINGLE_VIDEO;
Dsessionmessages.cc510 if (content_type == NS_GINGLE_VIDEO) { in ParseGingleContentInfos()
673 *content_type == NS_GINGLE_VIDEO) in ParseContentType()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.cc741 } else if (NS_GINGLE_VIDEO == content_type) { in ParseContent()