Home | History | Annotate | Download | only in call

Lines Matching defs:Stream

124     // Encoders will be set separately per stream.
132 // receive_config_.decoders will be set by every stream separately.
144 std::mem_fun(&Stream::StopSending));
159 friend class Stream;
161 class Stream {
163 Stream(BitrateEstimatorTest* test, bool receive_audio)
188 // the AudioReceiveStream. Every receive stream has to correspond to
215 ~Stream() {
259 std::vector<Stream*> streams_;
272 streams_.push_back(new Stream(this, false));
283 streams_.push_back(new Stream(this, true));
294 streams_.push_back(new Stream(this, false));
301 streams_.push_back(new Stream(this, true));
308 streams_.push_back(new Stream(this, true));
317 streams_.push_back(new Stream(this, false));
324 streams_.push_back(new Stream(this, false));
333 streams_.push_back(new Stream(this, false));
340 streams_.push_back(new Stream(this, false));
348 streams_.push_back(new Stream(this, false));