Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc2462 std::string mline_id; in ParseContent() local
2521 if (!GetValue(line, kAttributeMid, &mline_id, error)) { in ParseContent()
2524 *content_name = mline_id; in ParseContent()
2695 new JsepIceCandidate(mline_id, mline_index, *it)); in ParseContent()
Dwebrtcsdp_unittest.cc703 std::string mline_id; in WebRtcSdpTest() local
709 mline_id = is_video ? "video_content_name" : "audio_content_name"; in WebRtcSdpTest()
711 JsepIceCandidate jice(mline_id, in WebRtcSdpTest()