HomeSort by relevance Sort by last modified time
    Searched refs:SetTMMBN (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 136 int32_t SetTMMBN(const TMMBRSet* boundingSet, uint32_t maxBitrateKbit);
rtp_rtcp_impl.h 201 int32_t SetTMMBN(const TMMBRSet* bounding_set);
rtcp_sender_unittest.cc 722 EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&bounding_set, 0));
742 EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&bounding_set, 3));
rtp_rtcp_impl.cc 676 int32_t ModuleRtpRtcpImpl::SetTMMBN(const TMMBRSet* bounding_set) {
679 return rtcp_sender_.SetTMMBN(bounding_set, max_bitrate_kbit);
rtcp_sender.cc 1000 int32_t RTCPSender::SetTMMBN(const TMMBRSet* boundingSet
    [all...]
rtcp_receiver.cc     [all...]

Completed in 43 milliseconds