Searched refs:NS_JINGLE_RTP (Results 1 – 4 of 4) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | constants.cc | 101 const std::string NS_JINGLE_RTP("urn:xmpp:jingle:apps:rtp:1"); variable 103 true, NS_JINGLE_RTP, LN_DESCRIPTION); 105 true, NS_JINGLE_RTP, LN_PAYLOADTYPE); 107 true, NS_JINGLE_RTP, LN_BANDWIDTH); 108 const buzz::QName QN_PARAMETER(true, NS_JINGLE_RTP, "parameter"); 126 const buzz::QName QN_ENCRYPTION(true, NS_JINGLE_RTP, "encryption"); 128 const buzz::QName QN_CRYPTO(true, NS_JINGLE_RTP, "crypto");
|
D | sessionmessages.cc | 518 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP, in ParseGingleContentInfos() 523 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_VIDEO, NS_JINGLE_RTP, in ParseGingleContentInfos() 528 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP, in ParseGingleContentInfos() 596 contents.at(0).type == NS_JINGLE_RTP && in WriteGingleContentInfos() 597 contents.at(1).type == NS_JINGLE_RTP) { in WriteGingleContentInfos() 674 *content_type = NS_JINGLE_RTP; in ParseContentType()
|
D | constants.h | 123 extern const std::string NS_JINGLE_RTP;
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediasessionclient.cc | 75 session_manager_->AddClient(NS_JINGLE_RTP, this); in Construct() 96 session_manager_->RemoveClient(NS_JINGLE_RTP); in ~MediaSessionClient() 170 offer->AddContent(CN_AUDIO, NS_JINGLE_RTP, audio); in CreateOffer() 203 offer->AddContent(CN_VIDEO, NS_JINGLE_RTP, video); in CreateOffer() 217 if (content->type == NS_JINGLE_RTP) { in GetFirstMediaContent() 437 const std::string& type = NS_JINGLE_RTP; in CreateSession()
|