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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender_unittest.cc476 EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&bounding_set, 3));
499 EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&bounding_set, 3));
H A Drtcp_sender.h146 int32_t SetTMMBN(const TMMBRSet* boundingSet,
H A Drtp_rtcp_impl.h221 int32_t SetTMMBN(const TMMBRSet* bounding_set);
H A Drtp_rtcp_impl.cc910 int32_t ModuleRtpRtcpImpl::SetTMMBN(const TMMBRSet* bounding_set) { function in class:webrtc::ModuleRtpRtcpImpl
913 return rtcp_sender_.SetTMMBN(bounding_set, max_bitrate_kbit);
H A Drtcp_receiver.cc1342 _rtpRtcp.SetTMMBN(boundingSet);
H A Drtcp_sender.cc2163 RTCPSender::SetTMMBN(const TMMBRSet* boundingSet, function in class:webrtc::RTCPSender

Completed in 570 milliseconds