Searched refs:NS_GINGLE_VIDEO (Results 1 – 4 of 4) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | constants.cc | 116 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");
|
D | constants.h | 132 extern const std::string NS_GINGLE_VIDEO;
|
D | sessionmessages.cc | 510 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/ |
D | mediasessionclient.cc | 741 } else if (NS_GINGLE_VIDEO == content_type) { in ParseContent()
|