OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_streams
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/session/media/
mediasession.cc
466
StreamParamsVec*
current_streams
,
476
GenerateSctpSids(*
current_streams
, &ssrcs);
479
GenerateSsrcs(*
current_streams
, num_ssrcs, &ssrcs);
497
GetStreamByIds(*
current_streams
, "", stream_it->id);
504
if (!GenerateCname(*
current_streams
, streams, stream_it->sync_label,
511
GenerateSctpSids(*
current_streams
, &ssrcs);
513
GenerateSsrcs(*
current_streams
, stream_it->num_sim_layers, &ssrcs);
529
GenerateSsrcs(*
current_streams
, static_cast<int>(ssrcs.size()),
540
// Store the new StreamParams in
current_streams
.
542
current_streams
->push_back(stream_param)
1260
StreamParamsVec
current_streams
;
local
1369
StreamParamsVec
current_streams
;
local
[
all
...]
mediasession.h
484
StreamParamsVec*
current_streams
,
492
StreamParamsVec*
current_streams
,
499
StreamParamsVec*
current_streams
,
506
StreamParamsVec*
current_streams
,
513
StreamParamsVec*
current_streams
,
520
StreamParamsVec*
current_streams
,
/external/webrtc/talk/app/webrtc/
peerconnection.cc
332
bool CanAddLocalMediaStream(webrtc::StreamCollectionInterface*
current_streams
,
334
if (!new_stream || !
current_streams
) {
337
if (
current_streams
->find(new_stream->label()) != nullptr) {
[
all
...]
Completed in 69 milliseconds