Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediamessages.cc279 std::vector<RtpHeaderExtension>* hdrexts, in ParseJingleRtpHeaderExtensions() argument
290 hdrexts->push_back(RtpHeaderExtension(uri, id)); in ParseJingleRtpHeaderExtensions()
374 const std::vector<RtpHeaderExtension>& hdrexts, in WriteJingleRtpHeaderExtensions() argument
376 for (std::vector<RtpHeaderExtension>::const_iterator hdrext = hdrexts.begin(); in WriteJingleRtpHeaderExtensions()
377 hdrext != hdrexts.end(); ++hdrext) { in WriteJingleRtpHeaderExtensions()
Dmediamessages.h159 std::vector<RtpHeaderExtension>* hdrexts,
164 const std::vector<RtpHeaderExtension>& hdrexts,
Dmediasessionclient.cc601 RtpHeaderExtensions hdrexts; in ParseJingleAudioContent() local
602 if (!ParseJingleRtpHeaderExtensions(content_elem, &hdrexts, error)) { in ParseJingleAudioContent()
605 audio->set_rtp_header_extensions(hdrexts); in ParseJingleAudioContent()
644 RtpHeaderExtensions hdrexts; in ParseJingleVideoContent() local
645 if (!ParseJingleRtpHeaderExtensions(content_elem, &hdrexts, error)) { in ParseJingleVideoContent()
648 video->set_rtp_header_extensions(hdrexts); in ParseJingleVideoContent()