Searched refs:current_streams (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc418 StreamParamsVec* current_streams,
428 GenerateSctpSids(*current_streams, &ssrcs);
431 GenerateSsrcs(*current_streams, num_ssrcs, &ssrcs);
451 if (!GetStreamByIds(*current_streams, "", stream_it->id,
456 if (!GenerateCname(*current_streams, streams, stream_it->sync_label,
463 GenerateSctpSids(*current_streams, &ssrcs);
465 GenerateSsrcs(*current_streams, stream_it->num_sim_layers, &ssrcs);
480 GenerateSsrcs(*current_streams, 1, &rtx_ssrc);
488 // Store the new StreamParams in current_streams.
490 current_streams
415 AddStreamParams( MediaType media_type, const MediaSessionOptions::Streams& streams, StreamParamsVec* current_streams, MediaContentDescriptionImpl<C>* content_description, const bool add_legacy_stream) argument
691 CreateMediaContentOffer( const MediaSessionOptions& options, const std::vector<C>& codecs, const SecureMediaPolicy& secure_policy, const CryptoParamsVec* current_cryptos, const std::vector<std::string>& crypto_suites, const RtpHeaderExtensions& rtp_extensions, bool add_legacy_stream, StreamParamsVec* current_streams, MediaContentDescriptionImpl<C>* offer) argument
902 CreateMediaContentAnswer( const MediaContentDescriptionImpl<C>* offer, const MediaSessionOptions& options, const std::vector<C>& local_codecs, const SecureMediaPolicy& sdes_policy, const CryptoParamsVec* current_cryptos, const RtpHeaderExtensions& local_rtp_extenstions, StreamParamsVec* current_streams, bool add_legacy_stream, bool bundle_enabled, MediaContentDescriptionImpl<C>* answer) argument
1096 StreamParamsVec current_streams; local
1256 StreamParamsVec current_streams; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnection.cc300 bool CanAddLocalMediaStream(webrtc::StreamCollectionInterface* current_streams, argument
302 if (!new_stream || !current_streams)
304 if (current_streams->find(new_stream->label()) != NULL) {

Completed in 92 milliseconds