Searched refs:mline_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc280 int mline_index,
762 int mline_index,
767 const IceCandidateCollection* cc = desci.candidates(mline_index);
838 int mline_index = -1; local
844 GetCandidatesByMindex(jdesc, ++mline_index, &candidates);
2103 int mline_index,
2126 if (!ParseContent(message, media_type, mline_index, protocol,
2147 int mline_index = -1; local
2153 ++mline_index;
2206 message, cricket::MEDIA_TYPE_VIDEO, mline_index, protoco
761 GetCandidatesByMindex(const SessionDescriptionInterface& desci, int mline_index, std::vector<Candidate>* candidates) argument
2101 ParseContentDescription(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, webrtc::SdpParseError* error) argument
2446 ParseContent(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, MediaContentDescription* media_desc, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, SdpParseError* error) argument
[all...]
H A Dwebrtcsdp_unittest.cc696 int mline_index = 0; local
702 mline_index = is_video ? 1 : 0;
704 mline_index,
937 bool UpdateCandidateUfragPwd(JsepSessionDescription* jdesc, int mline_index, argument
940 if (mline_index == 0) {
942 } else if (mline_index == 1) {
957 if (cc->at(j)->sdp_mline_index() == mline_index) {

Completed in 80 milliseconds