Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc302 static bool ParseSsrcGroupAttribute(const std::string& line,
2576 if (!ParseSsrcGroupAttribute(line, &ssrc_groups, error)) { in ParseContent()
2778 bool ParseSsrcGroupAttribute(const std::string& line, in ParseSsrcGroupAttribute() function