Searched refs:has_ssrc_groups (Results 1 – 3 of 3) sorted by relevance
121 bool has_ssrc_groups() const { return !ssrc_groups.empty(); } in has_ssrc_groups() function
78 EXPECT_FALSE(one_sp.has_ssrc_groups()); in TEST()
337 RTC_CHECK(stream.has_ssrc_groups()) << "Only SVC with RTX is supported"; in PatchVp9Offer()