Home | History | Annotate | Download | only in webrtc

Lines Matching refs:streams

190     ASSERT_GE(options.streams.size(), stream_index + audio_tracks.size());
193 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
194 EXPECT_EQ(options.streams[stream_index++].id, audio->id());
198 ASSERT_GE(options.streams.size(), stream_index + video_tracks.size());
201 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
202 EXPECT_EQ(options.streams[stream_index++].id, video->id());
412 // Create a collection of streams.
782 // description doesn't contain any streams and no MSID support.
816 // description doesn't contain any streams and don't contain an indication if
834 // description doesn't contain any streams but does support MSID.