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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc147 static const char kAttributeRtpmap[] = "rtpmap"; member in namespace:webrtc
1648 InitAttrLine(kAttributeRtpmap, &os);
1669 InitAttrLine(kAttributeRtpmap, &os);
1715 InitAttrLine(kAttributeRtpmap, &os);
2587 } else if (HasAttribute(line, kAttributeRtpmap)) {
2903 if (!GetValue(fields[0], kAttributeRtpmap, &payload_type_value, error)) {

Completed in 92 milliseconds