Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc305 bool has_video = FindContentInfoByName(contents, CN_VIDEO) != NULL; in ParseGingleTransportInfos()
316 TransportInfo video_tinfo(CN_VIDEO, NS_GINGLE_P2P, Candidates()); in ParseGingleTransportInfos()
523 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_VIDEO, NS_JINGLE_RTP, in ParseGingleContentInfos()
Dconstants.h120 extern const std::string CN_VIDEO;
Dconstants.cc98 const std::string CN_VIDEO("video"); variable
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.cc203 offer->AddContent(CN_VIDEO, NS_JINGLE_RTP, video); in CreateOffer()