Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/sdp/
Dsdp_changer.cc122 RTC_CHECK_EQ(media_desc->mutable_streams().size(), 1); in FillSimulcastContext()
123 RTC_CHECK(media_desc->mutable_streams()[0].has_rids()); in FillSimulcastContext()
127 media_desc->mutable_streams()[0].rids()); in FillSimulcastContext()
137 media_desc->mutable_streams()[0].set_rids(rids); in FillSimulcastContext()
257 RTC_CHECK_EQ(prototype_media_desc->mutable_streams().size(), 1); in PatchVp8Offer()
259 RTC_CHECK(prototype_media_desc->mutable_streams()[0].has_rids()); in PatchVp8Offer()
262 prototype_media_desc->mutable_streams()[0].set_rids({}); in PatchVp8Offer()
332 content.media_description()->mutable_streams()[0]; in PatchVp9Offer()
442 RTC_CHECK_EQ(media_desc->mutable_streams().size(), 0); in PatchVp8Answer()
449 media_desc->mutable_streams().push_back(stream_params); in PatchVp8Answer()
/external/webrtc/pc/test/
Dintegration_test_helpers.cc23 content.media_description()->mutable_streams().clear(); in RemoveSsrcsAndMsids()
39 content.media_description()->mutable_streams().clear(); in RemoveSsrcsAndKeepMsids()
/external/webrtc/pc/
Dpeer_connection_rtp_unittest.cc315 ASSERT_EQ(audio_desc->mutable_streams().size(), 1u); in TEST_F()
316 audio_desc->mutable_streams()[0].set_stream_ids({kStreamId2}); in TEST_F()
767 contents[0].media_description()->mutable_streams().clear(); in TEST_F()
811 auto& mutable_streams = contents[i].media_description()->mutable_streams(); in TEST_F() local
812 ASSERT_EQ(mutable_streams.size(), 1u); in TEST_F()
813 mutable_streams[0].ssrcs = {kFirstMungedSsrc + static_cast<uint32_t>(i)}; in TEST_F()
853 ASSERT_EQ(contents[0].media_description()->mutable_streams().size(), 1u); in TEST_F()
854 contents[0].media_description()->mutable_streams()[0].set_stream_ids( in TEST_F()
883 auto mutable_streams = in TEST_F() local
885 ->mutable_streams(); in TEST_F()
[all …]
Dpeer_connection_simulcast_unittest.cc375 mcd_answer->mutable_streams().clear(); in TEST_F()
410 mcd_answer->mutable_streams().clear(); in TEST_F()
Dpeer_connection_bundle_unittest.cc734 ->mutable_streams()[0] in TEST_P()
739 ->mutable_streams()[0] in TEST_P()
Dsession_description.h165 StreamParamsVec& mutable_streams() { return send_streams_; } in mutable_streams() function
Dwebrtc_sdp_unittest.cc1655 content_info.media_description()->mutable_streams()[0]; in RemoveSsrcSignalingFromStreamParams()
4564 StreamParams& send_stream = media->mutable_streams()[0]; in TEST_F()
4639 audio_desc_->mutable_streams()[0].cname = ""; in TEST_F()
Dpeer_connection_interface_unittest.cc2977 for (StreamParams& stream : desc->mutable_streams()) { in TEST_P()
2986 for (StreamParams& stream : desc->mutable_streams()) { in TEST_P()
Dchannel_unittest.cc1334 content->mutable_streams().clear(); in CreateSimulcastContent()
Dpeer_connection_integrationtest.cc1481 content.media_description()->mutable_streams()) { in ModifySsrcs()
/external/webrtc/test/peer_scenario/tests/
Dunsignaled_stream_test.cc72 ->mutable_streams()[0]; in set_ssrc()