Searched refs:extmap (Results 1 – 2 of 2) sorted by relevance
78 "a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\n"79 "a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/"104 "a=extmap:2 urn:ietf:params:rtp-hdrext:toffset\r\n"105 "a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/"107 "a=extmap:4 urn:3gpp:video-orientation\r\n"
329 RtpHeaderExtension* extmap,1143 bool ParseExtmap(const std::string& line, RtpHeaderExtension* extmap, in ParseExtmap() argument1167 *extmap = RtpHeaderExtension(uri, value); in ParseExtmap()1951 RtpHeaderExtension extmap; in ParseSessionDescription() local1952 if (!ParseExtmap(line, &extmap, error)) { in ParseSessionDescription()1955 session_extmaps->push_back(extmap); in ParseSessionDescription()2613 RtpHeaderExtension extmap; in ParseContent() local2614 if (!ParseExtmap(line, &extmap, error)) { in ParseContent()2617 media_desc->AddRtpHeaderExtension(extmap); in ParseContent()