Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc2714 std::string ssrc_id_s; in ParseSsrcAttribute() local
2715 if (!GetValue(field1, kAttributeSsrc, &ssrc_id_s, error)) { in ParseSsrcAttribute()
2719 if (!GetValueFromString(line, ssrc_id_s, &ssrc_id, error)) { in ParseSsrcAttribute()