Home | History | Annotate | Download | only in media

Lines Matching refs:streams

242 // if a StreamParams exist for another Stream in streams with sync_label
245 const MediaSessionOptions::Streams& streams,
252 // Check if a CNAME exist for any of the other synched streams.
253 for (MediaSessionOptions::Streams::const_iterator stream_it = streams.begin();
254 stream_it != streams.end() ; ++stream_it) {
299 "Could not generate an SCTP SID: too many SCTP streams.";
337 const StreamParamsVec& streams = media->streams();
338 for (StreamParamsVec::const_iterator it = streams.begin();
339 it != streams.end(); ++it) {
459 // Adds a StreamParams for each Stream in Streams with media type
465 const MediaSessionOptions::Streams& streams,
472 if (streams.empty() && add_legacy_stream) {
490 MediaSessionOptions::Streams::const_iterator stream_it;
491 for (stream_it = streams.begin();
492 stream_it != streams.end(); ++stream_it) {
502 // Get a CNAME. Either new or same as one of the other synched streams.
504 if (!GenerateCname(*current_streams, streams, stream_it->sync_label,
743 // options.streams, codecs, secure_transport, crypto, and streams. If we don't
775 offer->type(), options.streams, current_streams,
1017 // according to the given options.rtcp_mux, options.streams, codecs,
1018 // crypto, and streams. If we don't currently have crypto (in
1071 answer->type(), options.streams, current_streams,
1087 answer->streams().empty()
1093 answer->streams().empty()
1205 streams.push_back(Stream(type, id, sync_label, num_sim_layers));
1215 Streams::iterator stream_it = streams.begin();
1216 for (; stream_it != streams.end(); ++stream_it) {
1218 streams.erase(stream_it);
1226 Streams::const_iterator stream_it = streams.begin();
1227 for (; stream_it != streams.end(); ++stream_it) {
1591 if (!audio->streams().empty()) {
1651 if (!video->streams().empty()) {