Searched refs:bounding_set (Results 1 – 9 of 9) sorted by relevance
81 std::vector<rtcp::TmmbItem> bounding_set; in FindBoundingSet() local82 bounding_set.reserve(num_candidates); in FindBoundingSet()87 bounding_set.push_back(*min_bitrate_it); in FindBoundingSet()90 uint16_t packet_overhead = bounding_set.back().packet_overhead(); in FindBoundingSet()96 bounding_set.back().bitrate_bps() / static_cast<float>(packet_overhead); in FindBoundingSet()106 it->packet_overhead() < bounding_set.front().packet_overhead()) { in FindBoundingSet()129 bounding_set.back().packet_overhead()); in FindBoundingSet()131 bounding_set.back().bitrate_bps()) / in FindBoundingSet()133 bounding_set.back().packet_overhead()); in FindBoundingSet()138 if (packet_rate <= intersection[bounding_set.size() - 1]) { in FindBoundingSet()[all …]
625 std::vector<rtcp::TmmbItem> bounding_set; in TEST_F() local630 bounding_set.push_back(tmmbn); in TEST_F()631 rtcp_sender->SetTmmbn(bounding_set); in TEST_F()653 std::vector<rtcp::TmmbItem> bounding_set; in TEST_F() local654 rtcp_sender->SetTmmbn(bounding_set); in TEST_F()
221 void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) override;
211 void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) override;
594 void ModuleRtpRtcpImpl::SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) { in SetTmmbn() argument595 rtcp_sender_.SetTmmbn(std::move(bounding_set)); in SetTmmbn()
170 void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set)
578 void ModuleRtpRtcpImpl2::SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) { in SetTmmbn() argument579 rtcp_sender_.SetTmmbn(std::move(bounding_set)); in SetTmmbn()
853 void RTCPSender::SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) { in SetTmmbn() argument855 tmmbn_to_send_ = std::move(bounding_set); in SetTmmbn()
53 virtual void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) = 0;