HomeSort by relevance Sort by last modified time
    Searched refs:StreamParamsVec (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.h 204 typedef std::vector<StreamParams> StreamParamsVec;
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,
streamparams.cc 152 bool GetStream(const StreamParamsVec& streams,
155 for (StreamParamsVec::const_iterator stream = streams.begin();
167 bool GetStreamBySsrc(const StreamParamsVec& streams, uint32 ssrc,
172 bool GetStreamByIds(const StreamParamsVec& streams,
179 bool RemoveStream(StreamParamsVec* streams,
182 for (StreamParamsVec::iterator stream = streams->begin();
194 bool RemoveStreamBySsrc(StreamParamsVec* streams, uint32 ssrc) {
198 bool RemoveStreamByIds(StreamParamsVec* streams,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 230 const StreamParamsVec& streams() const {
235 StreamParamsVec& mutable_streams() {
253 for (cricket::StreamParamsVec::iterator it = streams_.begin();
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
    [all...]
mediasession.cc 199 const StreamParamsVec& params_vec,
201 for (StreamParamsVec::const_iterator it = params_vec.begin();
212 static bool GenerateCname(const StreamParamsVec& params_vec,
251 static void GenerateSsrcs(const StreamParamsVec& params_vec,
265 static bool GenerateSctpSid(const StreamParamsVec& params_vec,
281 static bool GenerateSctpSids(const StreamParamsVec& params_vec,
294 StreamParamsVec* stream_params) {
307 const StreamParamsVec& streams = media->streams();
308 for (StreamParamsVec::const_iterator it = streams.begin();
436 StreamParamsVec* current_streams
    [all...]
mediasession_unittest.cc 63 using cricket::StreamParamsVec;
215 // Create a video StreamParamsVec object with:
217 StreamParamsVec CreateComplexVideoStreamParamsVec() {
236 StreamParamsVec video_streams;
    [all...]
channel.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.h 365 void UpdateLocalRtpDataChannels(const cricket::StreamParamsVec& streams);
366 void UpdateRemoteRtpDataChannels(const cricket::StreamParamsVec& streams);
mediastreamsignaling.cc 595 const cricket::StreamParamsVec& streams,
616 for (cricket::StreamParamsVec::const_iterator it = streams.begin();
804 for (cricket::StreamParamsVec::const_iterator it = streams.begin();
    [all...]
webrtcsdp.cc 83 using cricket::StreamParamsVec;
583 StreamParamsVec* tracks) {
611 StreamParamsVec::iterator track = tracks->begin();
634 const cricket::StreamParamsVec& streams = media_desc->streams();
635 for (cricket::StreamParamsVec::const_iterator it = streams.begin();
    [all...]

Completed in 410 milliseconds