OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bounding_set
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender_unittest.cc
716
TMMBRSet
bounding_set
;
local
717
bounding_set
.VerifyAndAllocateSet(1);
721
bounding_set
.AddEntry(kBitrateKbps, kPacketOh, kSourceSsrc);
722
EXPECT_EQ(0, rtcp_sender_->SetTMMBN(&
bounding_set
, 0));
741
TMMBRSet
bounding_set
;
local
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);
960
TMMBRSet*
bounding_set
) {
961
return rtcp_receiver_.BoundingSet(tmmbr_owner,
bounding_set
);
rtp_rtcp_impl.h
201
int32_t SetTMMBN(const TMMBRSet*
bounding_set
);
Completed in 445 milliseconds