Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dstreamparams.h202 typedef std::vector<StreamParams> StreamParamsVec; typedef
276 const StreamParams* GetStream(const StreamParamsVec& streams, in GetStream()
278 StreamParamsVec::const_iterator found = in GetStream()
283 inline const StreamParams* GetStreamBySsrc(const StreamParamsVec& streams, in GetStreamBySsrc()
289 inline const StreamParams* GetStreamByIds(const StreamParamsVec& streams, in GetStreamByIds()
298 inline const StreamParams* GetStream(const StreamParamsVec& streams, in GetStream()
305 bool RemoveStream(StreamParamsVec* streams, Condition condition) { in RemoveStream()
315 inline bool RemoveStream(StreamParamsVec* streams, in RemoveStream()
320 inline bool RemoveStreamBySsrc(StreamParamsVec* streams, uint32_t ssrc) { in RemoveStreamBySsrc()
324 inline bool RemoveStreamByIds(StreamParamsVec* streams, in RemoveStreamByIds()
Dstreamparams.cc46 bool GetStream(const StreamParamsVec& streams, in GetStream()
/external/webrtc/talk/session/media/
Dmediasession.h241 const StreamParamsVec& streams() const { in streams()
246 StreamParamsVec& mutable_streams() { in mutable_streams()
264 for (cricket::StreamParamsVec::iterator it = streams_.begin(); in SetCnameIfEmpty()
304 StreamParamsVec streams_;
484 StreamParamsVec* current_streams,
492 StreamParamsVec* current_streams,
499 StreamParamsVec* current_streams,
506 StreamParamsVec* current_streams,
513 StreamParamsVec* current_streams,
520 StreamParamsVec* current_streams,
Dmediasession.cc231 const StreamParamsVec& params_vec, in FindFirstStreamParamsByCname()
233 for (StreamParamsVec::const_iterator it = params_vec.begin(); in FindFirstStreamParamsByCname()
244 static bool GenerateCname(const StreamParamsVec& params_vec, in GenerateCname()
282 static void GenerateSsrcs(const StreamParamsVec& params_vec, in GenerateSsrcs()
296 static bool GenerateSctpSid(const StreamParamsVec& params_vec, uint32_t* sid) { in GenerateSctpSid()
311 static bool GenerateSctpSids(const StreamParamsVec& params_vec, in GenerateSctpSids()
324 StreamParamsVec* stream_params) { in GetCurrentStreamParams()
337 const StreamParamsVec& streams = media->streams(); in GetCurrentStreamParams()
338 for (StreamParamsVec::const_iterator it = streams.begin(); in GetCurrentStreamParams()
466 StreamParamsVec* current_streams, in AddStreamParams()
[all …]
Dmediasession_unittest.cc63 using cricket::StreamParamsVec;
248 StreamParamsVec CreateComplexVideoStreamParamsVec() { in CreateComplexVideoStreamParamsVec()
267 StreamParamsVec video_streams; in CreateComplexVideoStreamParamsVec()
1250 const StreamParamsVec& audio_streams = acd->streams(); in TEST_F()
1268 const StreamParamsVec& video_streams = vcd->streams(); in TEST_F()
1279 const StreamParamsVec& data_streams = dcd->streams(); in TEST_F()
1332 const StreamParamsVec& updated_audio_streams = updated_acd->streams(); in TEST_F()
1340 const StreamParamsVec& updated_video_streams = updated_vcd->streams(); in TEST_F()
1346 const StreamParamsVec& updated_data_streams = updated_dcd->streams(); in TEST_F()
1368 const StreamParamsVec& video_streams = vcd->streams(); in TEST_F()
[all …]
Dchannel.cc1154 for (StreamParamsVec::const_iterator it = streams.begin(); in UpdateLocalStreams_w()
1187 for (StreamParamsVec::const_iterator it = local_streams_.begin(); in UpdateLocalStreams_w()
1200 for (StreamParamsVec::const_iterator it = streams.begin(); in UpdateLocalStreams_w()
1227 for (StreamParamsVec::const_iterator it = streams.begin(); in UpdateRemoteStreams_w()
1262 for (StreamParamsVec::const_iterator it = remote_streams_.begin(); in UpdateRemoteStreams_w()
1275 for (StreamParamsVec::const_iterator it = streams.begin(); in UpdateRemoteStreams_w()
/external/webrtc/talk/app/webrtc/
Dpeerconnection.h295 void UpdateLocalRtpDataChannels(const cricket::StreamParamsVec& streams);
296 void UpdateRemoteRtpDataChannels(const cricket::StreamParamsVec& streams);
Dwebrtcsdp.cc84 using cricket::StreamParamsVec;
588 StreamParamsVec* tracks) { in CreateTracksFromSsrcInfos()
616 StreamParamsVec::iterator track = tracks->begin(); in CreateTracksFromSsrcInfos()
639 const cricket::StreamParamsVec& streams = media_desc->streams(); in GetMediaStreamLabels()
640 for (cricket::StreamParamsVec::const_iterator it = streams.begin(); in GetMediaStreamLabels()
1435 for (StreamParamsVec::const_iterator track = media_desc->streams().begin(); in BuildRtpContentAttributes()
2464 StreamParamsVec tracks; in ParseContent()
2646 for (StreamParamsVec::iterator track = tracks.begin(); in ParseContent()
2655 for (StreamParamsVec::iterator track = tracks.begin(); in ParseContent()
Dpeerconnection.cc1499 const cricket::StreamParamsVec& streams, in UpdateRemoteStreamsList()
1740 const cricket::StreamParamsVec& streams) { in UpdateLocalRtpDataChannels()
1764 const cricket::StreamParamsVec& streams) { in UpdateRemoteRtpDataChannels()