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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc436 StreamParamsVec* current_streams,
446 GenerateSctpSids(*current_streams, &ssrcs);
449 GenerateSsrcs(*current_streams, num_ssrcs, &ssrcs);
469 if (!GetStreamByIds(*current_streams, "", stream_it->id,
474 if (!GenerateCname(*current_streams, streams, stream_it->sync_label,
481 GenerateSctpSids(*current_streams, &ssrcs);
483 GenerateSsrcs(*current_streams, stream_it->num_sim_layers, &ssrcs);
498 GenerateSsrcs(*current_streams, 1, &rtx_ssrc);
506 // Store the new StreamParams in current_streams.
508 current_streams
433 AddStreamParams( MediaType media_type, const MediaSessionOptions::Streams& streams, StreamParamsVec* current_streams, MediaContentDescriptionImpl<C>* content_description, const bool add_legacy_stream) argument
709 CreateMediaContentOffer( const MediaSessionOptions& options, const std::vector<C>& codecs, const SecurePolicy& 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
931 CreateMediaContentAnswer( const MediaContentDescriptionImpl<C>* offer, const MediaSessionOptions& options, const std::vector<C>& local_codecs, const SecurePolicy& 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
1145 StreamParamsVec current_streams; local
1247 StreamParamsVec current_streams; local
1432 AddAudioContentForOffer( const MediaSessionOptions& options, const SessionDescription* current_description, const RtpHeaderExtensions& audio_rtp_extensions, const AudioCodecs& audio_codecs, StreamParamsVec* current_streams, SessionDescription* desc) const argument
1472 AddVideoContentForOffer( const MediaSessionOptions& options, const SessionDescription* current_description, const RtpHeaderExtensions& video_rtp_extensions, const VideoCodecs& video_codecs, StreamParamsVec* current_streams, SessionDescription* desc) const argument
1512 AddDataContentForOffer( const MediaSessionOptions& options, const SessionDescription* current_description, DataCodecs* data_codecs, StreamParamsVec* current_streams, SessionDescription* desc) const argument
1570 AddAudioContentForAnswer( const SessionDescription* offer, const MediaSessionOptions& options, const SessionDescription* current_description, StreamParamsVec* current_streams, SessionDescription* answer) const argument
1630 AddVideoContentForAnswer( const SessionDescription* offer, const MediaSessionOptions& options, const SessionDescription* current_description, StreamParamsVec* current_streams, SessionDescription* answer) const argument
1686 AddDataContentForAnswer( const SessionDescription* offer, const MediaSessionOptions& options, const SessionDescription* current_description, StreamParamsVec* current_streams, SessionDescription* answer) const argument
[all...]
H A Dmediasession.h472 StreamParamsVec* current_streams,
480 StreamParamsVec* current_streams,
487 StreamParamsVec* current_streams,
494 StreamParamsVec* current_streams,
501 StreamParamsVec* current_streams,
508 StreamParamsVec* current_streams,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnection.cc286 bool CanAddLocalMediaStream(webrtc::StreamCollectionInterface* current_streams, argument
288 if (!new_stream || !current_streams)
290 if (current_streams->find(new_stream->label()) != NULL) {

Completed in 257 milliseconds