Searched refs:TMMBRSet (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | tmmbr_help.h | 20 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 …]
|
D | tmmbr_help.cc | 21 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 …]
|
D | rtcp_receiver_help.h | 114 TMMBRSet* candidateSet, 124 TMMBRSet TmmbnBoundingSet; 127 TMMBRSet TmmbrSet;
|
D | rtp_rtcp_impl.h | 201 int32_t SetTMMBN(const TMMBRSet* bounding_set); 298 int32_t BoundingSet(bool* tmmbr_owner, TMMBRSet* bounding_set_rec);
|
D | rtcp_receiver.h | 102 TMMBRSet* candidateSet) const; 106 int32_t BoundingSet(bool* tmmbrOwner, TMMBRSet* boundingSetRec);
|
D | rtcp_sender.cc | 625 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()
|
D | rtcp_receiver_help.cc | 166 TMMBRSet* candidateSet, in GetTMMBRSet()
|
D | rtcp_receiver.cc | 749 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()
|
D | rtcp_sender.h | 136 int32_t SetTMMBN(const TMMBRSet* boundingSet, uint32_t maxBitrateKbit);
|
D | rtp_rtcp_impl.cc | 676 int32_t ModuleRtpRtcpImpl::SetTMMBN(const TMMBRSet* bounding_set) { in SetTMMBN() 960 TMMBRSet* bounding_set) { in BoundingSet()
|
D | rtcp_sender_unittest.cc | 716 TMMBRSet bounding_set; in TEST_F() 741 TMMBRSet bounding_set; in TEST_F()
|
D | rtcp_receiver_unittest.cc | 877 TMMBRSet candidate_set; in TEST_F() 951 TMMBRSet candidate_set; in TEST_F()
|