Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dstreamparams.h204 typedef std::vector<StreamParams> StreamParamsVec; typedef
207 bool GetStream(const StreamParamsVec& streams,
210 bool GetStreamBySsrc(const StreamParamsVec& streams, uint32 ssrc,
212 bool GetStreamByIds(const StreamParamsVec& streams,
219 bool RemoveStream(StreamParamsVec* streams,
221 bool RemoveStreamBySsrc(StreamParamsVec* streams, uint32 ssrc);
222 bool RemoveStreamByIds(StreamParamsVec* streams,
Dstreamparams.cc152 bool GetStream(const StreamParamsVec& streams, in GetStream()
155 for (StreamParamsVec::const_iterator stream = streams.begin(); in GetStream()
167 bool GetStreamBySsrc(const StreamParamsVec& streams, uint32 ssrc, in GetStreamBySsrc()
172 bool GetStreamByIds(const StreamParamsVec& streams, in GetStreamByIds()
179 bool RemoveStream(StreamParamsVec* streams, in RemoveStream()
182 for (StreamParamsVec::iterator stream = streams->begin(); in RemoveStream()
194 bool RemoveStreamBySsrc(StreamParamsVec* streams, uint32 ssrc) { in RemoveStreamBySsrc()
198 bool RemoveStreamByIds(StreamParamsVec* streams, in RemoveStreamByIds()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasession.h230 const StreamParamsVec& streams() const { in streams()
235 StreamParamsVec& mutable_streams() { in mutable_streams()
253 for (cricket::StreamParamsVec::iterator it = streams_.begin(); in SetCnameIfEmpty()
292 StreamParamsVec streams_;
472 StreamParamsVec* current_streams,
480 StreamParamsVec* current_streams,
487 StreamParamsVec* current_streams,
494 StreamParamsVec* current_streams,
501 StreamParamsVec* current_streams,
508 StreamParamsVec* current_streams,
Dmediasession.cc199 const StreamParamsVec& params_vec, in FindFirstStreamParamsByCname()
201 for (StreamParamsVec::const_iterator it = params_vec.begin(); in FindFirstStreamParamsByCname()
212 static bool GenerateCname(const StreamParamsVec& params_vec, in GenerateCname()
251 static void GenerateSsrcs(const StreamParamsVec& params_vec, in GenerateSsrcs()
265 static bool GenerateSctpSid(const StreamParamsVec& params_vec, in GenerateSctpSid()
281 static bool GenerateSctpSids(const StreamParamsVec& params_vec, in GenerateSctpSids()
294 StreamParamsVec* stream_params) { in GetCurrentStreamParams()
307 const StreamParamsVec& streams = media->streams(); in GetCurrentStreamParams()
308 for (StreamParamsVec::const_iterator it = streams.begin(); in GetCurrentStreamParams()
436 StreamParamsVec* current_streams, in AddStreamParams()
[all …]
Dmediasession_unittest.cc63 using cricket::StreamParamsVec;
217 StreamParamsVec CreateComplexVideoStreamParamsVec() { in CreateComplexVideoStreamParamsVec()
236 StreamParamsVec video_streams; in CreateComplexVideoStreamParamsVec()
1178 const StreamParamsVec& audio_streams = acd->streams(); in TEST_F()
1196 const StreamParamsVec& video_streams = vcd->streams(); in TEST_F()
1207 const StreamParamsVec& data_streams = dcd->streams(); in TEST_F()
1260 const StreamParamsVec& updated_audio_streams = updated_acd->streams(); in TEST_F()
1268 const StreamParamsVec& updated_video_streams = updated_vcd->streams(); in TEST_F()
1274 const StreamParamsVec& updated_data_streams = updated_dcd->streams(); in TEST_F()
1296 const StreamParamsVec& video_streams = vcd->streams(); in TEST_F()
[all …]
Dchannel.cc1032 for (StreamParamsVec::const_iterator it = streams.begin(); in UpdateLocalStreams_w()
1066 for (StreamParamsVec::const_iterator it = local_streams_.begin(); in UpdateLocalStreams_w()
1079 for (StreamParamsVec::const_iterator it = streams.begin(); in UpdateLocalStreams_w()
1106 for (StreamParamsVec::const_iterator it = streams.begin(); in UpdateRemoteStreams_w()
1143 for (StreamParamsVec::const_iterator it = remote_streams_.begin(); in UpdateRemoteStreams_w()
1156 for (StreamParamsVec::const_iterator it = streams.begin(); in UpdateRemoteStreams_w()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dmediastreamsignaling.cc595 const cricket::StreamParamsVec& streams, in UpdateRemoteStreamsList()
616 for (cricket::StreamParamsVec::const_iterator it = streams.begin(); in UpdateRemoteStreamsList()
804 for (cricket::StreamParamsVec::const_iterator it = streams.begin(); in UpdateLocalTracks()
888 const cricket::StreamParamsVec& streams) { in UpdateLocalRtpDataChannels()
892 for (cricket::StreamParamsVec::const_iterator it =streams.begin(); in UpdateLocalRtpDataChannels()
914 const cricket::StreamParamsVec& streams) { in UpdateRemoteRtpDataChannels()
918 for (cricket::StreamParamsVec::const_iterator it = streams.begin(); in UpdateRemoteRtpDataChannels()
Dmediastreamsignaling.h365 void UpdateLocalRtpDataChannels(const cricket::StreamParamsVec& streams);
366 void UpdateRemoteRtpDataChannels(const cricket::StreamParamsVec& streams);
Dwebrtcsdp.cc83 using cricket::StreamParamsVec;
583 StreamParamsVec* tracks) { in CreateTracksFromSsrcInfos()
611 StreamParamsVec::iterator track = tracks->begin(); in CreateTracksFromSsrcInfos()
634 const cricket::StreamParamsVec& streams = media_desc->streams(); in GetMediaStreamLabels()
635 for (cricket::StreamParamsVec::const_iterator it = streams.begin(); in GetMediaStreamLabels()
1434 for (StreamParamsVec::const_iterator track = media_desc->streams().begin(); in BuildRtpContentAttributes()
2472 StreamParamsVec tracks; in ParseContent()
2662 for (StreamParamsVec::iterator track = tracks.begin(); in ParseContent()
2671 for (StreamParamsVec::iterator track = tracks.begin(); in ParseContent()