Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc126 static const char kAttributeSsrc[] = "ssrc"; variable
536 InitAttrLine(kAttributeSsrc, &os); in AddSsrcLine()
1474 InitAttrLine(kAttributeSsrc, &os); in BuildRtpContentAttributes()
2579 } else if (HasAttribute(line, kAttributeSsrc)) { in ParseContent()
2715 if (!GetValue(field1, kAttributeSsrc, &ssrc_id_s, error)) { in ParseSsrcAttribute()