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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 436 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->push_back(stream_param)
1145 StreamParamsVec current_streams; local
1247 StreamParamsVec current_streams; local
    [all...]
mediasession.h 472 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/
peerconnection.cc 286 bool CanAddLocalMediaStream(webrtc::StreamCollectionInterface* current_streams,
288 if (!new_stream || !current_streams)
290 if (current_streams->find(new_stream->label()) != NULL) {

Completed in 52 milliseconds