Searched refs:SetTMMBN (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h136 int32_t SetTMMBN(const TMMBRSet* boundingSet, uint32_t maxBitrateKbit);
H A Drtp_rtcp_impl.h201 int32_t SetTMMBN(const TMMBRSet* bounding_set);
H A Drtcp_sender_unittest.cc722 EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&bounding_set, 0));
742 EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&bounding_set, 3));
H A Drtp_rtcp_impl.cc676 int32_t ModuleRtpRtcpImpl::SetTMMBN(const TMMBRSet* bounding_set) { function in class:webrtc::ModuleRtpRtcpImpl
679 return rtcp_sender_.SetTMMBN(bounding_set, max_bitrate_kbit);
H A Drtcp_sender.cc1000 int32_t RTCPSender::SetTMMBN(const TMMBRSet* boundingSet, function in class:webrtc::RTCPSender
H A Drtcp_receiver.cc1294 _rtpRtcp.SetTMMBN(boundingSet);

Completed in 182 milliseconds