Home
last modified time | relevance | path

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

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/pc/e2e/sdp/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/pc/e2e/sdp/
H A 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()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/test/
H A Dintegration_test_helpers.cc23 content.media_description()->mutable_streams().clear(); in RemoveSsrcsAndMsids()
39 content.media_description()->mutable_streams().clear(); in RemoveSsrcsAndKeepMsids()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dpeer_connection_rtp_unittest.cc317 ASSERT_EQ(audio_desc->mutable_streams().size(), 1u); in TEST_F()
318 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()
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()
886 ASSERT_EQ(mutable_streams.size(), 2u); in TEST_F()
888 mutable_streams[0].id.clear(); in TEST_F()
[all …]
H A Dpeer_connection_bundle_unittest.cc692 ->mutable_streams()[0] in TEST_P()
697 ->mutable_streams()[0] in TEST_P()
H A Dpeer_connection_simulcast_unittest.cc348 mcd_answer->mutable_streams().clear(); in TEST_F()
383 mcd_answer->mutable_streams().clear(); in TEST_F()
H A Dsession_description.h180 virtual StreamParamsVec& mutable_streams() { return send_streams_; } in mutable_streams() function
H A Dwebrtc_sdp_unittest.cc1727 content_info.media_description()->mutable_streams()[0]; in RemoveSsrcSignalingFromStreamParams()
4636 StreamParams& send_stream = media->mutable_streams()[0]; in TEST_F()
4711 audio_desc_->mutable_streams()[0].cname = ""; in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A 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()
H A Dpeer_connection_bundle_unittest.cc692 ->mutable_streams()[0] in TEST_P()
697 ->mutable_streams()[0] in TEST_P()
H A Dpeer_connection_simulcast_unittest.cc348 mcd_answer->mutable_streams().clear(); in TEST_F()
383 mcd_answer->mutable_streams().clear(); in TEST_F()
H A Dsession_description.h172 virtual StreamParamsVec& mutable_streams() { return send_streams_; } in mutable_streams() function
H A Dwebrtc_sdp_unittest.cc1742 content_info.media_description()->mutable_streams()[0]; in RemoveSsrcSignalingFromStreamParams()
4613 StreamParams& send_stream = media->mutable_streams()[0]; in TEST_F()
4688 audio_desc_->mutable_streams()[0].cname = ""; in TEST_F()
H A Dpeer_connection_interface_unittest.cc3193 for (StreamParams& stream : desc->mutable_streams()) { in TEST_P()
3202 for (StreamParams& stream : desc->mutable_streams()) { in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dpeer_connection_rtp_unittest.cc317 ASSERT_EQ(audio_desc->mutable_streams().size(), 1u); in TEST_F()
318 audio_desc->mutable_streams()[0].set_stream_ids({kStreamId2}); in TEST_F()
767 contents[0].media_description()->mutable_streams().clear(); in TEST_F()
803 ASSERT_EQ(contents[0].media_description()->mutable_streams().size(), 1u); in TEST_F()
804 contents[0].media_description()->mutable_streams()[0].set_stream_ids( in TEST_F()
833 auto mutable_streams = in TEST_F() local
835 ->mutable_streams(); in TEST_F()
836 ASSERT_EQ(mutable_streams.size(), 2u); in TEST_F()
838 mutable_streams[0].id.clear(); in TEST_F()
839 mutable_streams[1].id.clear(); in TEST_F()
H A Dpeer_connection_bundle_unittest.cc692 ->mutable_streams()[0] in TEST_P()
697 ->mutable_streams()[0] in TEST_P()
H A Dpeer_connection_simulcast_unittest.cc348 mcd_answer->mutable_streams().clear(); in TEST_F()
383 mcd_answer->mutable_streams().clear(); in TEST_F()
H A Dsession_description.h176 virtual StreamParamsVec& mutable_streams() { return send_streams_; } in mutable_streams() function
H A Dwebrtc_sdp_unittest.cc1720 content_info.media_description()->mutable_streams()[0]; in RemoveSsrcSignalingFromStreamParams()
4647 StreamParams& send_stream = media->mutable_streams()[0]; in TEST_F()
4722 audio_desc_->mutable_streams()[0].cname = ""; in TEST_F()
H A Dpeer_connection_integrationtest.cc122 content.media_description()->mutable_streams().clear(); in RemoveSsrcsAndMsids()
140 content.media_description()->mutable_streams().clear(); in RemoveSsrcsAndKeepMsids()
3196 content.media_description()->mutable_streams()) { in ModifySsrcs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/peer_scenario/tests/
H A Dunsignaled_stream_test.cc49 ->mutable_streams()[0]; in set_ssrc()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dmediasessionclient.cc257 ssrc_elem->BodyText(), &(media->mutable_streams()), &error); in ParseGingleSsrc()
480 if (!ParseJingleStreams(desc_elem, &(media->mutable_streams()), error)) { in ParseJingleStreamsOrLegacySsrc()
486 ssrc_str, &(media->mutable_streams()), error)) { in ParseJingleStreamsOrLegacySsrc()
H A Dmediasession.h180 StreamParamsVec& mutable_streams() { in mutable_streams() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/pc/
H A Dmediasession.h267 StreamParamsVec& mutable_streams() { in mutable_streams() function
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/app/webrtc/
H A Dwebrtcsdp.cc1046 cricket::StreamParamsVec& streams = media_desc->mutable_streams(); in ParseSsrcAttribute()

12