Searched refs:has_rids (Results 1 – 7 of 7) sorted by relevance
59 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()
283 ElementsAre(Property(&StreamParams::has_rids, false))); in TEST_F()322 EXPECT_TRUE(stream.has_rids()); in TEST_F()
4924 bool has_rids = std::any_of(send_parameters.encodings.begin(), in GetMediaDescriptionOptionsForTransceiver() local4940 if (has_rids) { in GetMediaDescriptionOptionsForTransceiver()4948 sender_options.num_sim_layers = has_rids ? 0 : 1; in GetMediaDescriptionOptionsForTransceiver()
2607 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()
389 return !params.has_rids(); in AddSimulcastToMediaDescription()
116 RTC_CHECK(media_desc->mutable_streams()[0].has_rids()); in FillSimulcastContext()251 RTC_CHECK(prototype_media_desc->mutable_streams()[0].has_rids()); in PatchVp8Offer()
207 bool has_rids() const { return !rids_.empty(); } in has_rids() function