Home
last modified time | relevance | path

Searched refs:sdp_mlineindex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dconductor.cc266 int sdp_mlineindex = 0; in OnMessageFromPeer() local
270 &sdp_mlineindex) || in OnMessageFromPeer()
276 webrtc::CreateIceCandidate(sdp_mid, sdp_mlineindex, sdp)); in OnMessageFromPeer()
/external/chromium_org/remoting/host/
Dcast_extension_session.cc389 int sdp_mlineindex = 0; in ParseAndAddICECandidate() local
391 !message_data->GetInteger(kWebRtcSDPMLineIndex, &sdp_mlineindex) || in ParseAndAddICECandidate()
398 webrtc::CreateIceCandidate(sdp_mid, sdp_mlineindex, candidate_str)); in ParseAndAddICECandidate()