Searched defs:kAttributeRtpmap (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc149 static const char kAttributeRtpmap[] = "rtpmap"; member in namespace:webrtc
1649 InitAttrLine(kAttributeRtpmap, &os);
1670 InitAttrLine(kAttributeRtpmap, &os);
1716 InitAttrLine(kAttributeRtpmap, &os);
2587 } else if (HasAttribute(line, kAttributeRtpmap)) {
2889 if (!GetValue(fields[0], kAttributeRtpmap, &payload_type_value, error)) {

Completed in 320 milliseconds