HomeSort by relevance Sort by last modified time
    Searched full:sdp_mlineindex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 266 int sdp_mlineindex = 0; local
270 &sdp_mlineindex) ||
276 webrtc::CreateIceCandidate(sdp_mid, sdp_mlineindex, sdp));
  /external/chromium_org/remoting/host/
cast_extension_session.cc 389 int sdp_mlineindex = 0; local
391 !message_data->GetInteger(kWebRtcSDPMLineIndex, &sdp_mlineindex) ||
398 webrtc::CreateIceCandidate(sdp_mid, sdp_mlineindex, candidate_str));

Completed in 641 milliseconds