Searched refs:stream_count_ (Results 1 – 6 of 6) sorted by relevance
354 : streams_(streams), stream_count_(count), bytes_retired_(0) { in ConcatenatingInputStream()361 while (stream_count_ > 0) { in Next()367 --stream_count_; in Next()375 if (stream_count_ > 0) { in BackUp()383 while (stream_count_ > 0) { in Skip()398 --stream_count_; in Skip()405 if (stream_count_ == 0) { in ByteCount()
322 int stream_count_; variable
325 stream_count_(0), in Dump()349 stream_count_++; in Add()384 stream_count_label_ = stream_count_; in Finish()
350 size_t stream_count_; // The number of streams so far. variable
45 stream_count_(0), in ConferenceTransport()229 const unsigned int remote_ssrc = kFirstRemoteSsrc + stream_count_++; in AddStream()
137 unsigned int stream_count_; variable