Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dwebrtc_sdp.cc101 static const char kLineTypeSessionBandwidth = 'b'; variable
1441 InitLine(kLineTypeSessionBandwidth, kApplicationSpecificMaximum, &os); in BuildMediaDescription()
2150 while (GetLineWithType(message, pos, &line, kLineTypeSessionBandwidth)) { in ParseSessionDescription()
2984 if (IsLineType(line, kLineTypeSessionBandwidth)) { in ParseContent()