Searched refs:bounding_set (Results 1 – 3 of 3) sorted by relevance
475 TMMBRSet bounding_set; in TEST_F() local476 EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&bounding_set, 3)); in TEST_F()494 TMMBRSet bounding_set; in TEST_F() local495 bounding_set.VerifyAndAllocateSet(1); in TEST_F()497 bounding_set.AddEntry(32768, 0, kSourceSsrc); in TEST_F()499 EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&bounding_set, 3)); in TEST_F()
910 int32_t ModuleRtpRtcpImpl::SetTMMBN(const TMMBRSet* bounding_set) { in SetTMMBN() argument913 return rtcp_sender_.SetTMMBN(bounding_set, max_bitrate_kbit); in SetTMMBN()1318 TMMBRSet*& bounding_set) { in BoundingSet() argument1319 return rtcp_receiver_.BoundingSet(tmmbr_owner, bounding_set); in BoundingSet()
221 int32_t SetTMMBN(const TMMBRSet* bounding_set);