Searched refs:bounding_set (Results 1 – 3 of 3) sorted by relevance
716 TMMBRSet bounding_set; in TEST_F() local717 bounding_set.VerifyAndAllocateSet(1); in TEST_F()721 bounding_set.AddEntry(kBitrateKbps, kPacketOh, kSourceSsrc); in TEST_F()722 EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&bounding_set, 0)); in TEST_F()741 TMMBRSet bounding_set; in TEST_F() local742 EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&bounding_set, 3)); in TEST_F()
676 int32_t ModuleRtpRtcpImpl::SetTMMBN(const TMMBRSet* bounding_set) { in SetTMMBN() argument679 return rtcp_sender_.SetTMMBN(bounding_set, max_bitrate_kbit); in SetTMMBN()960 TMMBRSet* bounding_set) { in BoundingSet() argument961 return rtcp_receiver_.BoundingSet(tmmbr_owner, bounding_set); in BoundingSet()
201 int32_t SetTMMBN(const TMMBRSet* bounding_set);