Home
last modified time | relevance | path

Searched refs:TMMBRSet (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dtmmbr_help.h20 class TMMBRSet
23 TMMBRSet();
24 ~TMMBRSet();
84 TMMBRSet* BoundingSet(); // used for debuging
85 TMMBRSet* CandidateSet();
86 TMMBRSet* BoundingSetToSend();
88 TMMBRSet* VerifyAndAllocateCandidateSet(const uint32_t minimumSize);
89 int32_t FindTMMBRBoundingSet(TMMBRSet*& boundingSet);
91 const TMMBRSet* boundingSetToSend,
99 TMMBRSet* VerifyAndAllocateBoundingSet(uint32_t minimumSize);
[all …]
Dtmmbr_help.cc21 TMMBRSet::TMMBRSet() : in TMMBRSet() function in webrtc::TMMBRSet
27 TMMBRSet::~TMMBRSet() in ~TMMBRSet()
34 TMMBRSet::VerifyAndAllocateSet(uint32_t minimumSize) in VerifyAndAllocateSet()
53 TMMBRSet::VerifyAndAllocateSetKeepingData(uint32_t minimumSize) in VerifyAndAllocateSetKeepingData()
64 void TMMBRSet::SetEntry(unsigned int i, in SetEntry()
77 void TMMBRSet::AddEntry(uint32_t tmmbrSet, in AddEntry()
84 void TMMBRSet::RemoveEntry(uint32_t sourceIdx) { in RemoveEntry()
91 void TMMBRSet::SwapEntries(uint32_t i, uint32_t j) { in SwapEntries()
98 void TMMBRSet::ClearEntry(uint32_t idx) { in ClearEntry()
119 TMMBRSet*
[all …]
Drtcp_receiver_help.h114 TMMBRSet* candidateSet,
124 TMMBRSet TmmbnBoundingSet;
127 TMMBRSet TmmbrSet;
Drtp_rtcp_impl.h201 int32_t SetTMMBN(const TMMBRSet* bounding_set);
298 int32_t BoundingSet(bool* tmmbr_owner, TMMBRSet* bounding_set_rec);
Drtcp_receiver.h102 TMMBRSet* candidateSet) const;
106 int32_t BoundingSet(bool* tmmbrOwner, TMMBRSet* boundingSetRec);
Drtcp_sender.cc625 TMMBRSet* candidateSet = tmmbr_help_.CandidateSet(); in BuildTMMBR()
649 TMMBRSet* boundingSet = nullptr; in BuildTMMBR()
674 TMMBRSet* boundingSet = tmmbr_help_.BoundingSetToSend(); in BuildTMMBN()
1000 int32_t RTCPSender::SetTMMBN(const TMMBRSet* boundingSet, in SetTMMBN()
Drtcp_receiver_help.cc166 TMMBRSet* candidateSet, in GetTMMBRSet()
Drtcp_receiver.cc749 int32_t RTCPReceiver::BoundingSet(bool* tmmbrOwner, TMMBRSet* boundingSetRec) { in BoundingSet()
1277 TMMBRSet* candidateSet = VerifyAndAllocateCandidateSet(size); in UpdateTMMBR()
1285 TMMBRSet* boundingSet = NULL; in UpdateTMMBR()
1444 TMMBRSet* candidateSet) const { in TMMBRReceived()
Drtcp_sender.h136 int32_t SetTMMBN(const TMMBRSet* boundingSet, uint32_t maxBitrateKbit);
Drtp_rtcp_impl.cc676 int32_t ModuleRtpRtcpImpl::SetTMMBN(const TMMBRSet* bounding_set) { in SetTMMBN()
960 TMMBRSet* bounding_set) { in BoundingSet()
Drtcp_sender_unittest.cc716 TMMBRSet bounding_set; in TEST_F()
741 TMMBRSet bounding_set; in TEST_F()
Drtcp_receiver_unittest.cc877 TMMBRSet candidate_set; in TEST_F()
951 TMMBRSet candidate_set; in TEST_F()