Home
last modified time | relevance | path

Searched refs:mutable_streams (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/test/pc/e2e/sdp/
Dsdp_changer.cc115 RTC_CHECK_EQ(media_desc->mutable_streams().size(), 1); in FillSimulcastContext()
116 RTC_CHECK(media_desc->mutable_streams()[0].has_rids()); in FillSimulcastContext()
120 media_desc->mutable_streams()[0].rids()); in FillSimulcastContext()
130 media_desc->mutable_streams()[0].set_rids(rids); in FillSimulcastContext()
249 RTC_CHECK_EQ(prototype_media_desc->mutable_streams().size(), 1); in PatchVp8Offer()
251 RTC_CHECK(prototype_media_desc->mutable_streams()[0].has_rids()); in PatchVp8Offer()
254 prototype_media_desc->mutable_streams()[0].set_rids({}); in PatchVp8Offer()
324 content.media_description()->mutable_streams()[0]; in PatchVp9Offer()
433 RTC_CHECK_EQ(media_desc->mutable_streams().size(), 0); in PatchVp8Answer()
440 media_desc->mutable_streams().push_back(stream_params); in PatchVp8Answer()
/external/webrtc/pc/
Dpeer_connection_rtp_unittest.cc295 ASSERT_EQ(audio_desc->mutable_streams().size(), 1u); in TEST_F()
296 audio_desc->mutable_streams()[0].set_stream_ids({kStreamId2}); in TEST_F()
733 contents[0].media_description()->mutable_streams().clear(); in TEST_F()
769 ASSERT_EQ(contents[0].media_description()->mutable_streams().size(), 1u); in TEST_F()
770 contents[0].media_description()->mutable_streams()[0].set_stream_ids( in TEST_F()
799 auto mutable_streams = in TEST_F() local
801 ->mutable_streams(); in TEST_F()
802 ASSERT_EQ(mutable_streams.size(), 2u); in TEST_F()
804 mutable_streams[0].id.clear(); in TEST_F()
805 mutable_streams[1].id.clear(); in TEST_F()
Dpeer_connection_simulcast_unittest.cc348 mcd_answer->mutable_streams().clear(); in TEST_F()
383 mcd_answer->mutable_streams().clear(); in TEST_F()
Dpeer_connection_bundle_unittest.cc692 ->mutable_streams()[0] in TEST_P()
697 ->mutable_streams()[0] in TEST_P()
Dsession_description.h165 virtual StreamParamsVec& mutable_streams() { return send_streams_; } in mutable_streams() function
Dwebrtc_sdp_unittest.cc1720 content_info.media_description()->mutable_streams()[0]; in RemoveSsrcSignalingFromStreamParams()
4588 StreamParams& send_stream = media->mutable_streams()[0]; in TEST_F()
4663 audio_desc_->mutable_streams()[0].cname = ""; in TEST_F()
Dpeer_connection_integrationtest.cc120 content.media_description()->mutable_streams().clear(); in RemoveSsrcsAndMsids()
138 content.media_description()->mutable_streams().clear(); in RemoveSsrcsAndKeepMsids()
3153 content.media_description()->mutable_streams()) { in ModifySsrcs()
Dpeer_connection_interface_unittest.cc3189 for (StreamParams& stream : desc->mutable_streams()) { in TEST_P()
3198 for (StreamParams& stream : desc->mutable_streams()) { in TEST_P()
Dchannel_unittest.cc1321 content->mutable_streams().clear(); in CreateSimulcastContent()