Home | History | Annotate | Download | only in base

Lines Matching refs:streams

138   // For 1:1 calls, should be left empty (which means remote streams
139 // and local streams should not be mixed together).
187 // Finds the stream in streams. Returns true if found.
188 bool GetStream(const StreamParamsVec& streams,
191 bool GetStreamBySsrc(const StreamParamsVec& streams, uint32 ssrc,
193 bool GetStreamByIds(const StreamParamsVec& streams,
198 // Removes the stream from streams. Returns true if a stream is
200 bool RemoveStream(StreamParamsVec* streams,
202 bool RemoveStreamBySsrc(StreamParamsVec* streams, uint32 ssrc);
203 bool RemoveStreamByIds(StreamParamsVec* streams,