Searched refs:session_extmaps (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 275 RtpHeaderExtensions* session_extmaps, 284 const RtpHeaderExtensions& session_extmaps, 898 RtpHeaderExtensions session_extmaps; in SdpDeserialize() local 905 &session_version, &session_td, &session_extmaps, in SdpDeserialize() 912 if (!ParseMediaDescription(message, session_td, session_extmaps, ¤t_pos, in SdpDeserialize() 1810 RtpHeaderExtensions* session_extmaps, in ParseSessionDescription() argument 1955 session_extmaps->push_back(extmap); in ParseSessionDescription() 2158 const RtpHeaderExtensions& session_extmaps, in ParseMediaDescription() argument 2254 if (!session_extmaps.empty() && in ParseMediaDescription() 2261 for (size_t i = 0; i < session_extmaps.size(); ++i) { in ParseMediaDescription() [all …]
|