Home
last modified time | relevance | path

Searched refs:has_rids (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/pc/
Dchannel.cc59 if (!target_->has_rids() && !sp.has_rids()) { in operator ()()
621 if (!new_stream.has_ssrcs() && !new_stream.has_rids()) { in UpdateLocalStreams_w()
625 RTC_DCHECK(new_stream.has_ssrcs() || new_stream.has_rids()); in UpdateLocalStreams_w()
626 if (new_stream.has_ssrcs() && new_stream.has_rids()) { in UpdateLocalStreams_w()
Dpeer_connection_simulcast_unittest.cc283 ElementsAre(Property(&StreamParams::has_rids, false))); in TEST_F()
322 EXPECT_TRUE(stream.has_rids()); in TEST_F()
Dmedia_session_unittest.cc2607 EXPECT_TRUE(stream.has_rids()); in CheckSimulcastInSessionDescription()
2665 EXPECT_FALSE(stream.has_rids()); in TEST_F()
2741 EXPECT_FALSE(stream.has_rids()); in TEST_F()
Dpeer_connection.cc4924 bool has_rids = std::any_of(send_parameters.encodings.begin(), in GetMediaDescriptionOptionsForTransceiver() local
4940 if (has_rids) { in GetMediaDescriptionOptionsForTransceiver()
4948 sender_options.num_sim_layers = has_rids ? 0 : 1; in GetMediaDescriptionOptionsForTransceiver()
Dmedia_session.cc389 return !params.has_rids(); in AddSimulcastToMediaDescription()
/external/webrtc/test/pc/e2e/sdp/
Dsdp_changer.cc116 RTC_CHECK(media_desc->mutable_streams()[0].has_rids()); in FillSimulcastContext()
251 RTC_CHECK(prototype_media_desc->mutable_streams()[0].has_rids()); in PatchVp8Offer()
/external/webrtc/media/base/
Dstream_params.h207 bool has_rids() const { return !rids_.empty(); } in has_rids() function