Home | History | Annotate | Download | only in media

Lines Matching refs:local_streams_

1157           GetStreamByIds(local_streams_, it->groupid, it->id);
1160 local_streams_.push_back(*it);
1176 RemoveStreamBySsrc(&local_streams_, existing_stream->first_ssrc());
1187 for (StreamParamsVec::const_iterator it = local_streams_.begin();
1188 it != local_streams_.end(); ++it) {
1202 if (!GetStreamBySsrc(local_streams_, it->first_ssrc())) {
1213 local_streams_ = streams;