Searched refs:hdrexts (Results 1 – 3 of 3) sorted by relevance
279 std::vector<RtpHeaderExtension>* hdrexts, in ParseJingleRtpHeaderExtensions() argument290 hdrexts->push_back(RtpHeaderExtension(uri, id)); in ParseJingleRtpHeaderExtensions()374 const std::vector<RtpHeaderExtension>& hdrexts, in WriteJingleRtpHeaderExtensions() argument376 for (std::vector<RtpHeaderExtension>::const_iterator hdrext = hdrexts.begin(); in WriteJingleRtpHeaderExtensions()377 hdrext != hdrexts.end(); ++hdrext) { in WriteJingleRtpHeaderExtensions()
159 std::vector<RtpHeaderExtension>* hdrexts,164 const std::vector<RtpHeaderExtension>& hdrexts,
601 RtpHeaderExtensions hdrexts; in ParseJingleAudioContent() local602 if (!ParseJingleRtpHeaderExtensions(content_elem, &hdrexts, error)) { in ParseJingleAudioContent()605 audio->set_rtp_header_extensions(hdrexts); in ParseJingleAudioContent()644 RtpHeaderExtensions hdrexts; in ParseJingleVideoContent() local645 if (!ParseJingleRtpHeaderExtensions(content_elem, &hdrexts, error)) { in ParseJingleVideoContent()648 video->set_rtp_header_extensions(hdrexts); in ParseJingleVideoContent()