Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc112 static const char kLineTypeSessionBandwidth = 'b'; variable
1275 InitLine(kLineTypeSessionBandwidth, kApplicationSpecificMaximum, &os); in BuildMediaDescription()
1872 while (GetLineWithType(message, pos, &line, kLineTypeSessionBandwidth)) { in ParseSessionDescription()
2482 if (IsLineType(line, kLineTypeSessionBandwidth)) { in ParseContent()